Color Hex Logo

#c9cafe Color Hex

#C9CAFE
(201,202,254)
0 Favorites   0 Comments

Color spaces of #c9cafe

RGB 201202254
HSL0.660.960.89
HSV239°21°100°
CMYK 0.210.200.00   0.00
XYZ63.097361.8143102.3717
Yxy61.81430.27760.2720
Hunter Lab78.62215.6646-22.1645
CIE-Lab82.814610.2502-25.5611

#c9cafe color RGB value is (201,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 11111110
Octal 311 312 376
Decimal 201 202 254
Hex C9 CA FE

RGB Percentages of Color #c9cafe

%30.59
%30.75
%38.66

CMYK Percentages of Color #c9cafe

%21
%20
%0
%0

Triadic Colors of #c9cafe

#c9cafe #fec9ca #cafec9

Analogous Colors of #c9cafe

#c9cafe #e3c9fe #c9e5fe

Monochromatic Colors of #c9cafe

#c9cafe

Complementary Color

#c9cafe #fefdc9

#c9cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cafe Color CSS Codes

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

#c9cafe Text Font Color

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

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


#c9cafe Background Color

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

This div background color is #c9cafe


#c9cafe Border Color

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

This div border color is #c9cafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cafe


Comments

No comments written yet.

Please login to write comment.