color codes Logo

#98adec color codes

#98ADEC
(152,173,236)
0 Favorites   0 Comments

Color spaces of #98adec

RGB 152173236
HSL0.630.690.76
HSV225°36°93°
CMYK 0.360.270.00   0.07
XYZ43.032842.618785.3150
Yxy42.61870.25170.2493
Hunter Lab65.28303.4172-31.7850
CIE-Lab71.29547.6611-33.8726

#98adec color RGB value is (152,173,236).

#98adec hex color red value is 152, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #98adec hue: 0.63 , saturation: 0.69 and the lightness value of 98adec is 0.76.

The process color (four color CMYK) of #98adec color code is 0.36, 0.27, 0.00, 0.07. Web safe color of #98adec is #9999ff. Color #98adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101101 11101100
Octal 230 255 354
Decimal 152 173 236
Hex 98 AD EC

RGB Percentages of Color #98adec

%27.09
%30.84
%42.07

CMYK Percentages of Color #98adec

%36
%27
%0
%7

Triadic Colors of #98adec

#98adec #ec98ad #adec98

Analogous Colors of #98adec

#98adec #ad98ec #98d7ec

Monochromatic Colors of #98adec

#98adec

Complementary Color

#98adec #ecd798

#98adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#98adec Color CSS Codes

.mybgcolor {background-color:#98adec; } 
.myforecolor {color:#98adec; }
.mybordercolor {border:3px solid #98adec; }

#98adec Text Font Color

<p style="color:#98adec">Text here</p>

This sample text font color is #98adec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#98adec Background Color

<div style="background-color:#98adec">
Div content here</div>

This div background color is #98adec


#98adec Border Color

<div style="border:3px solid #98adec">
Div here</div>

This div border color is #98adec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,173,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98adec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98adec;
  -webkit-box-shadow: 1px 1px 3px 2px #98adec;
  box-shadow:         1px 1px 3px 2px #98adec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,173,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #98adec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #98adec;
  -webkit-box-shadow: 1px 1px 3px 2px #98adec;
  box-shadow:         1px 1px 3px 2px #98adec;">
Div content here</div>

This div box has shadow with color #98adec


Comments

No comments written yet.

Please login to write comment.