Color Hex Logo

#c9bffc Color Hex

#C9BFFC
(201,191,252)
0 Favorites   0 Comments

Color spaces of #c9bffc

RGB 201191252
HSL0.690.910.87
HSV250°24°99°
CMYK 0.200.240.00   0.01
XYZ60.288956.707499.8635
Yxy56.70740.27800.2615
Hunter Lab75.304311.1252-25.9134
CIE-Lab80.014715.7487-28.7750

#c9bffc color RGB value is (201,191,252).

#c9bffc hex color red value is 201, green value is 191 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c9bffc hue: 0.69 , saturation: 0.91 and the lightness value of c9bffc is 0.87.

The process color (four color CMYK) of #c9bffc color hex is 0.20, 0.24, 0.00, 0.01. Web safe color of #c9bffc is #ccccff. Color #c9bffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111111 11111100
Octal 311 277 374
Decimal 201 191 252
Hex C9 BF FC

RGB Percentages of Color #c9bffc

%31.21
%29.66
%39.13

CMYK Percentages of Color #c9bffc

%20
%24
%0
%1

Triadic Colors of #c9bffc

#c9bffc #fcc9bf #bffcc9

Analogous Colors of #c9bffc

#c9bffc #e8bffc #bfd4fc

Monochromatic Colors of #c9bffc

#c9bffc

Complementary Color

#c9bffc #f2fcbf

#c9bffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bffc Color CSS Codes

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

#c9bffc Text Font Color

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

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


#c9bffc Background Color

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

This div background color is #c9bffc


#c9bffc Border Color

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

This div border color is #c9bffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,191,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 #c9bffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bffc


Comments

No comments written yet.

Please login to write comment.