Color Hex Logo

#c9ebfe Color Hex

#C9EBFE
(201,235,254)
0 Favorites   0 Comments

Color spaces of #c9ebfe

RGB 201235254
HSL0.560.960.89
HSV202°21°100°
CMYK 0.210.070.00   0.00
XYZ71.685178.9899105.2343
Yxy78.98990.28010.3087
Hunter Lab88.8763-11.5604-7.9892
CIE-Lab91.2297-7.0691-12.8617

#c9ebfe color RGB value is (201,235,254).

#c9ebfe hex color red value is 201, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c9ebfe hue: 0.56 , saturation: 0.96 and the lightness value of c9ebfe is 0.89.

The process color (four color CMYK) of #c9ebfe color hex is 0.21, 0.07, 0.00, 0.00. Web safe color of #c9ebfe is #ccffff. Color #c9ebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 11111110
Octal 311 353 376
Decimal 201 235 254
Hex C9 EB FE

RGB Percentages of Color #c9ebfe

%29.13
%34.06
%36.81

CMYK Percentages of Color #c9ebfe

%21
%7
%0
%0

Triadic Colors of #c9ebfe

#c9ebfe #fec9eb #ebfec9

Analogous Colors of #c9ebfe

#c9ebfe #c9d1fe #c9fef7

Monochromatic Colors of #c9ebfe

#c9ebfe

Complementary Color

#c9ebfe #fedcc9

#c9ebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebfe Color CSS Codes

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

#c9ebfe Text Font Color

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

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


#c9ebfe Background Color

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

This div background color is #c9ebfe


#c9ebfe Border Color

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

This div border color is #c9ebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebfe


Comments

No comments written yet.

Please login to write comment.