Color Hex Logo

#c2cbdd Color Hex

#C2CBDD
(194,203,221)
0 Favorites   0 Comments

Color spaces of #c2cbdd

RGB 194203221
HSL0.610.280.81
HSV220°12°87°
CMYK 0.120.080.00   0.13
XYZ56.655259.401776.8862
Yxy59.40170.29360.3079
Hunter Lab77.0725-3.6634-5.1959
CIE-Lab81.51190.4850-9.9742

#c2cbdd color RGB value is (194,203,221).

#c2cbdd hex color red value is 194, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c2cbdd hue: 0.61 , saturation: 0.28 and the lightness value of c2cbdd is 0.81.

The process color (four color CMYK) of #c2cbdd color hex is 0.12, 0.08, 0.00, 0.13. Web safe color of #c2cbdd is #cccccc. Color #c2cbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001011 11011101
Octal 302 313 335
Decimal 194 203 221
Hex C2 CB DD

RGB Percentages of Color #c2cbdd

%31.39
%32.85
%35.76

CMYK Percentages of Color #c2cbdd

%12
%8
%0
%13

Triadic Colors of #c2cbdd

#c2cbdd #ddc2cb #cbddc2

Analogous Colors of #c2cbdd

#c2cbdd #c7c2dd #c2d9dd

Monochromatic Colors of #c2cbdd

#c2cbdd

Complementary Color

#c2cbdd #ddd4c2

#c2cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cbdd Color CSS Codes

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

#c2cbdd Text Font Color

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

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


#c2cbdd Background Color

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

This div background color is #c2cbdd


#c2cbdd Border Color

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

This div border color is #c2cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cbdd


Comments

No comments written yet.

Please login to write comment.