Color Hex Logo

#c9eaf4 Color Hex

#C9EAF4
(201,234,244)
0 Favorites   0 Comments

Color spaces of #c9eaf4

RGB 201234244
HSL0.540.660.87
HSV194°18°96°
CMYK 0.180.040.00   0.04
XYZ69.839377.794896.9229
Yxy77.79480.28560.3181
Hunter Lab88.2014-13.0131-3.4118
CIE-Lab90.6862-8.6666-8.4496

#c9eaf4 color RGB value is (201,234,244).

#c9eaf4 hex color red value is 201, green value is 234 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #c9eaf4 hue: 0.54 , saturation: 0.66 and the lightness value of c9eaf4 is 0.87.

The process color (four color CMYK) of #c9eaf4 color hex is 0.18, 0.04, 0.00, 0.04. Web safe color of #c9eaf4 is #ccffff. Color #c9eaf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 11110100
Octal 311 352 364
Decimal 201 234 244
Hex C9 EA F4

RGB Percentages of Color #c9eaf4

%29.60
%34.46
%35.94

CMYK Percentages of Color #c9eaf4

%18
%4
%0
%4

Triadic Colors of #c9eaf4

#c9eaf4 #f4c9ea #eaf4c9

Analogous Colors of #c9eaf4

#c9eaf4 #c9d5f4 #c9f4e9

Monochromatic Colors of #c9eaf4

#c9eaf4

Complementary Color

#c9eaf4 #f4d3c9

#c9eaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eaf4 Color CSS Codes

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

#c9eaf4 Text Font Color

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

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


#c9eaf4 Background Color

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

This div background color is #c9eaf4


#c9eaf4 Border Color

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

This div border color is #c9eaf4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,234,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9eaf4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9eaf4;
  -webkit-box-shadow: 1px 1px 3px 2px #c9eaf4;
  box-shadow:         1px 1px 3px 2px #c9eaf4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,234,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eaf4


Comments

No comments written yet.

Please login to write comment.