Color Hex Logo

#c9ebfc Color Hex

#C9EBFC
(201,235,252)
0 Favorites   0 Comments

Color spaces of #c9ebfc

RGB 201235252
HSL0.560.890.89
HSV200°20°99°
CMYK 0.200.070.00   0.01
XYZ71.366478.8624103.5560
Yxy78.86240.28120.3107
Hunter Lab88.8045-11.9591-6.9756
CIE-Lab91.1720-7.4958-11.9044

#c9ebfc color RGB value is (201,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 11111100
Octal 311 353 374
Decimal 201 235 252
Hex C9 EB FC

RGB Percentages of Color #c9ebfc

%29.22
%34.16
%36.63

CMYK Percentages of Color #c9ebfc

%20
%7
%0
%1

Triadic Colors of #c9ebfc

#c9ebfc #fcc9eb #ebfcc9

Analogous Colors of #c9ebfc

#c9ebfc #c9d2fc #c9fcf4

Monochromatic Colors of #c9ebfc

#c9ebfc

Complementary Color

#c9ebfc #fcdac9

#c9ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebfc Color CSS Codes

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

#c9ebfc Text Font Color

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

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


#c9ebfc Background Color

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

This div background color is #c9ebfc


#c9ebfc Border Color

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

This div border color is #c9ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebfc


Comments

No comments written yet.

Please login to write comment.