Color Hex Logo

#90ccce Color Hex

#90CCCE
(144,204,206)
0 Favorites   0 Comments

Color spaces of #90ccce

RGB 144204206
HSL0.510.390.69
HSV182°30°81°
CMYK 0.300.010.00   0.19
XYZ44.235053.571366.4014
Yxy53.57130.26940.3262
Hunter Lab73.1924-20.2074-2.5542
CIE-Lab78.2111-18.6054-7.1709

#90ccce color RGB value is (144,204,206).

#90ccce hex color red value is 144, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #90ccce hue: 0.51 , saturation: 0.39 and the lightness value of 90ccce is 0.69.

The process color (four color CMYK) of #90ccce color hex is 0.30, 0.01, 0.00, 0.19. Web safe color of #90ccce is #99cccc. Color #90ccce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001100 11001110
Octal 220 314 316
Decimal 144 204 206
Hex 90 CC CE

RGB Percentages of Color #90ccce

%25.99
%36.82
%37.18

CMYK Percentages of Color #90ccce

%30
%1
%0
%19

Triadic Colors of #90ccce

#90ccce #ce90cc #ccce90

Analogous Colors of #90ccce

#90ccce #90adce #90ceb1

Monochromatic Colors of #90ccce

#90ccce

Complementary Color

#90ccce #ce9290

#90ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ccce Color CSS Codes

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

#90ccce Text Font Color

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

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


#90ccce Background Color

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

This div background color is #90ccce


#90ccce Border Color

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

This div border color is #90ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ccce


Comments

No comments written yet.

Please login to write comment.