Color Hex Logo

#90cfdb Color Hex

#90CFDB
(144,207,219)
0 Favorites   0 Comments

Color spaces of #90cfdb

RGB 144207219
HSL0.530.510.71
HSV190°34°86°
CMYK 0.340.050.00   0.14
XYZ46.600655.669475.3070
Yxy55.66940.26240.3135
Hunter Lab74.6119-19.0846-7.6140
CIE-Lab79.4253-17.0514-12.3440

#90cfdb color RGB value is (144,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001111 11011011
Octal 220 317 333
Decimal 144 207 219
Hex 90 CF DB

RGB Percentages of Color #90cfdb

%25.26
%36.32
%38.42

CMYK Percentages of Color #90cfdb

%34
%5
%0
%14

Triadic Colors of #90cfdb

#90cfdb #db90cf #cfdb90

Analogous Colors of #90cfdb

#90cfdb #90aadb #90dbc2

Monochromatic Colors of #90cfdb

#90cfdb

Complementary Color

#90cfdb #db9c90

#90cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cfdb Color CSS Codes

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

#90cfdb Text Font Color

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

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


#90cfdb Background Color

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

This div background color is #90cfdb


#90cfdb Border Color

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

This div border color is #90cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cfdb


Comments

No comments written yet.

Please login to write comment.