Color Hex Logo

#90cfdd Color Hex

#90CFDD
(144,207,221)
0 Favorites   0 Comments

Color spaces of #90cfdd

RGB 144207221
HSL0.530.530.72
HSV191°35°87°
CMYK 0.350.060.00   0.13
XYZ46.865655.775476.7023
Yxy55.77540.26130.3110
Hunter Lab74.6829-18.6814-8.6151
CIE-Lab79.4858-16.5664-13.3253

#90cfdd color RGB value is (144,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001111 11011101
Octal 220 317 335
Decimal 144 207 221
Hex 90 CF DD

RGB Percentages of Color #90cfdd

%25.17
%36.19
%38.64

CMYK Percentages of Color #90cfdd

%35
%6
%0
%13

Triadic Colors of #90cfdd

#90cfdd #dd90cf #cfdd90

Analogous Colors of #90cfdd

#90cfdd #90a9dd #90ddc5

Monochromatic Colors of #90cfdd

#90cfdd

Complementary Color

#90cfdd #dd9e90

#90cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cfdd Color CSS Codes

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

#90cfdd Text Font Color

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

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


#90cfdd Background Color

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

This div background color is #90cfdd


#90cfdd Border Color

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

This div border color is #90cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cfdd


Comments

No comments written yet.

Please login to write comment.