color codes Logo

#c9cefb color codes

#C9CEFB
(201,206,251)
0 Favorites   0 Comments

Color spaces of #c9cefb

RGB 201206251
HSL0.650.860.89
HSV234°20°98°
CMYK 0.200.180.00   0.02
XYZ63.571363.5252100.1778
Yxy63.52520.27970.2795
Hunter Lab79.70272.8928-18.7293
CIE-Lab83.71797.4458-22.5938

#c9cefb color RGB value is (201,206,251).

#c9cefb hex color red value is 201, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c9cefb hue: 0.65 , saturation: 0.86 and the lightness value of c9cefb is 0.89.

The process color (four color CMYK) of #c9cefb color code is 0.20, 0.18, 0.00, 0.02. Web safe color of #c9cefb is #ccccff. Color #c9cefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001110 11111011
Octal 311 316 373
Decimal 201 206 251
Hex C9 CE FB

RGB Percentages of Color #c9cefb

%30.55
%31.31
%38.15

CMYK Percentages of Color #c9cefb

%20
%18
%0
%2

Triadic Colors of #c9cefb

#c9cefb #fbc9ce #cefbc9

Analogous Colors of #c9cefb

#c9cefb #ddc9fb #c9e7fb

Monochromatic Colors of #c9cefb

#c9cefb

Complementary Color

#c9cefb #fbf6c9

#c9cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cefb Color CSS Codes

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

#c9cefb Text Font Color

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

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


#c9cefb Background Color

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

This div background color is #c9cefb


#c9cefb Border Color

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

This div border color is #c9cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cefb


Comments

No comments written yet.

Please login to write comment.