Color Hex Logo

#c2ccee Color Hex

#C2CCEE
(194,204,238)
0 Favorites   0 Comments

Color spaces of #c2ccee

RGB 194204238
HSL0.630.560.85
HSV226°18°93°
CMYK 0.180.140.00   0.07
XYZ59.273660.828189.5059
Yxy60.82810.28280.2902
Hunter Lab77.9924-0.8280-13.4480
CIE-Lab82.28623.5325-17.8939

#c2ccee color RGB value is (194,204,238).

#c2ccee hex color red value is 194, green value is 204 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c2ccee hue: 0.63 , saturation: 0.56 and the lightness value of c2ccee is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 11101110
Octal 302 314 356
Decimal 194 204 238
Hex C2 CC EE

RGB Percentages of Color #c2ccee

%30.50
%32.08
%37.42

CMYK Percentages of Color #c2ccee

%18
%14
%0
%7

Triadic Colors of #c2ccee

#c2ccee #eec2cc #cceec2

Analogous Colors of #c2ccee

#c2ccee #cec2ee #c2e2ee

Monochromatic Colors of #c2ccee

#c2ccee

Complementary Color

#c2ccee #eee4c2

#c2ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ccee Color CSS Codes

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

#c2ccee Text Font Color

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

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


#c2ccee Background Color

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

This div background color is #c2ccee


#c2ccee Border Color

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

This div border color is #c2ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ccee


Comments

No comments written yet.

Please login to write comment.