Color Hex Logo

#c2ceee Color Hex

#C2CEEE
(194,206,238)
0 Favorites   0 Comments

Color spaces of #c2ceee

RGB 194206238
HSL0.620.560.85
HSV224°18°93°
CMYK 0.180.130.00   0.07
XYZ59.752161.785089.6653
Yxy61.78500.28290.2925
Hunter Lab78.6034-1.8654-12.6115
CIE-Lab82.79902.4689-17.1211

#c2ceee color RGB value is (194,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001110 11101110
Octal 302 316 356
Decimal 194 206 238
Hex C2 CE EE

RGB Percentages of Color #c2ceee

%30.41
%32.29
%37.30

CMYK Percentages of Color #c2ceee

%18
%13
%0
%7

Triadic Colors of #c2ceee

#c2ceee #eec2ce #ceeec2

Analogous Colors of #c2ceee

#c2ceee #ccc2ee #c2e4ee

Monochromatic Colors of #c2ceee

#c2ceee

Complementary Color

#c2ceee #eee2c2

#c2ceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ceee Color CSS Codes

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

#c2ceee Text Font Color

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

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


#c2ceee Background Color

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

This div background color is #c2ceee


#c2ceee Border Color

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

This div border color is #c2ceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ceee


Comments

No comments written yet.

Please login to write comment.