Color Hex Logo

#90cdec Color Hex

#90CDEC
(144,205,236)
0 Favorites   0 Comments

Color spaces of #90cdec

RGB 144205236
HSL0.560.710.75
HSV200°39°93°
CMYK 0.390.130.00   0.07
XYZ48.473255.648187.5432
Yxy55.64810.25290.2903
Hunter Lab74.5977-14.5574-17.3607
CIE-Lab79.4131-11.7871-21.4680

#90cdec color RGB value is (144,205,236).

#90cdec hex color red value is 144, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #90cdec hue: 0.56 , saturation: 0.71 and the lightness value of 90cdec is 0.75.

The process color (four color CMYK) of #90cdec color hex is 0.39, 0.13, 0.00, 0.07. Web safe color of #90cdec is #99ccff. Color #90cdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001101 11101100
Octal 220 315 354
Decimal 144 205 236
Hex 90 CD EC

RGB Percentages of Color #90cdec

%24.62
%35.04
%40.34

CMYK Percentages of Color #90cdec

%39
%13
%0
%7

Triadic Colors of #90cdec

#90cdec #ec90cd #cdec90

Analogous Colors of #90cdec

#90cdec #909fec #90ecdd

Monochromatic Colors of #90cdec

#90cdec

Complementary Color

#90cdec #ecaf90

#90cdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cdec Color CSS Codes

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

#90cdec Text Font Color

<p style="color:#90cdec">Text here</p>

This sample text font color is #90cdec
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.


#90cdec Background Color

<div style="background-color:#90cdec">
Div content here</div>

This div background color is #90cdec


#90cdec Border Color

<div style="border:3px solid #90cdec">
Div here</div>

This div border color is #90cdec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,205,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90cdec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90cdec;
  -webkit-box-shadow: 1px 1px 3px 2px #90cdec;
  box-shadow:         1px 1px 3px 2px #90cdec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,205,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 #90cdec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cdec


Comments

No comments written yet.

Please login to write comment.