Color Hex Logo

#90cfdc Color Hex

#90CFDC
(144,207,220)
1 Favorites   0 Comments

Color spaces of #90cfdc

RGB 144207220
HSL0.530.520.71
HSV190°35°86°
CMYK 0.350.060.00   0.14
XYZ46.732755.722276.0025
Yxy55.72220.26190.3122
Hunter Lab74.6473-18.8834-8.1133
CIE-Lab79.4555-16.8092-12.8348

#90cfdc color RGB value is (144,207,220).

#90cfdc hex color red value is 144, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #90cfdc hue: 0.53 , saturation: 0.52 and the lightness value of 90cfdc is 0.71.

The process color (four color CMYK) of #90cfdc color hex is 0.35, 0.06, 0.00, 0.14. Web safe color of #90cfdc is #99cccc. Color #90cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001111 11011100
Octal 220 317 334
Decimal 144 207 220
Hex 90 CF DC

RGB Percentages of Color #90cfdc

%25.22
%36.25
%38.53

CMYK Percentages of Color #90cfdc

%35
%6
%0
%14

Triadic Colors of #90cfdc

#90cfdc #dc90cf #cfdc90

Analogous Colors of #90cfdc

#90cfdc #90a9dc #90dcc3

Monochromatic Colors of #90cfdc

#90cfdc

Complementary Color

#90cfdc #dc9d90

#90cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cfdc Color CSS Codes

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

#90cfdc Text Font Color

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

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


#90cfdc Background Color

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

This div background color is #90cfdc


#90cfdc Border Color

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

This div border color is #90cfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,207,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cfdc


Comments

No comments written yet.

Please login to write comment.