Color Hex Logo

#c8e2ff Color Hex

#C8E2FF
(200,226,255)
1 Favorites   0 Comments

Color spaces of #c8e2ff

RGB 200226255
HSL0.591.000.89
HSV212°22°100°
CMYK 0.220.110.00   0.00
XYZ69.065873.8921105.2302
Yxy73.89210.27830.2977
Hunter Lab85.9605-7.0134-12.4086
CIE-Lab88.8715-2.5164-16.9251

#c8e2ff color RGB value is (200,226,255).

#c8e2ff hex color red value is 200, green value is 226 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c8e2ff hue: 0.59 , saturation: 1.00 and the lightness value of c8e2ff is 0.89.

The process color (four color CMYK) of #c8e2ff color hex is 0.22, 0.11, 0.00, 0.00. Web safe color of #c8e2ff is #ccccff. Color #c8e2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11100010 11111111
Octal 310 342 377
Decimal 200 226 255
Hex C8 E2 FF

RGB Percentages of Color #c8e2ff

%29.37
%33.19
%37.44

CMYK Percentages of Color #c8e2ff

%22
%11
%0
%0

Triadic Colors of #c8e2ff

#c8e2ff #ffc8e2 #e2ffc8

Analogous Colors of #c8e2ff

#c8e2ff #cac8ff #c8feff

Monochromatic Colors of #c8e2ff

#c8e2ff

Complementary Color

#c8e2ff #ffe5c8

#c8e2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8e2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8e2ff Color CSS Codes

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

#c8e2ff Text Font Color

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

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


#c8e2ff Background Color

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

This div background color is #c8e2ff


#c8e2ff Border Color

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

This div border color is #c8e2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8e2ff

#c8e2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.