Color Hex Logo

#c2c8de Color Hex

#C2C8DE
(194,200,222)
0 Favorites   0 Comments

Color spaces of #c2c8de

RGB 194200222
HSL0.630.300.82
HSV227°13°87°
CMYK 0.130.100.00   0.13
XYZ56.087258.051877.3562
Yxy58.05180.29290.3032
Hunter Lab76.1917-1.9359-6.8619
CIE-Lab80.76762.2823-11.6197

#c2c8de color RGB value is (194,200,222).

#c2c8de hex color red value is 194, green value is 200 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c2c8de hue: 0.63 , saturation: 0.30 and the lightness value of c2c8de is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001000 11011110
Octal 302 310 336
Decimal 194 200 222
Hex C2 C8 DE

RGB Percentages of Color #c2c8de

%31.49
%32.47
%36.04

CMYK Percentages of Color #c2c8de

%13
%10
%0
%13

Triadic Colors of #c2c8de

#c2c8de #dec2c8 #c8dec2

Analogous Colors of #c2c8de

#c2c8de #cac2de #c2d6de

Monochromatic Colors of #c2c8de

#c2c8de

Complementary Color

#c2c8de #ded8c2

#c2c8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2c8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2c8de Color CSS Codes

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

#c2c8de Text Font Color

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

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


#c2c8de Background Color

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

This div background color is #c2c8de


#c2c8de Border Color

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

This div border color is #c2c8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c8de


Comments

No comments written yet.

Please login to write comment.