Color Hex Logo

#c9c2ec Color Hex

#C9C2EC
(201,194,236)
0 Favorites   0 Comments

Color spaces of #c9c2ec

RGB 201194236
HSL0.690.530.84
HSV250°18°93°
CMYK 0.150.180.00   0.07
XYZ58.519557.057287.2857
Yxy57.05720.28850.2813
Hunter Lab75.53626.0993-15.6371
CIE-Lab80.211810.6549-19.9085

#c9c2ec color RGB value is (201,194,236).

#c9c2ec hex color red value is 201, green value is 194 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c9c2ec hue: 0.69 , saturation: 0.53 and the lightness value of c9c2ec is 0.84.

The process color (four color CMYK) of #c9c2ec color hex is 0.15, 0.18, 0.00, 0.07. Web safe color of #c9c2ec is #ccccff. Color #c9c2ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11000010 11101100
Octal 311 302 354
Decimal 201 194 236
Hex C9 C2 EC

RGB Percentages of Color #c9c2ec

%31.85
%30.74
%37.40

CMYK Percentages of Color #c9c2ec

%15
%18
%0
%7

Triadic Colors of #c9c2ec

#c9c2ec #ecc9c2 #c2ecc9

Analogous Colors of #c9c2ec

#c9c2ec #dec2ec #c2d0ec

Monochromatic Colors of #c9c2ec

#c9c2ec

Complementary Color

#c9c2ec #e5ecc2

#c9c2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9c2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9c2ec Color CSS Codes

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

#c9c2ec Text Font Color

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

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


#c9c2ec Background Color

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

This div background color is #c9c2ec


#c9c2ec Border Color

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

This div border color is #c9c2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9c2ec


Comments

No comments written yet.

Please login to write comment.