Color Hex Logo

#c8eaff Color Hex

#C8EAFF
(200,234,255)
0 Favorites   0 Comments

Color spaces of #c8eaff

RGB 200234255
HSL0.561.000.89
HSV203°22°100°
CMYK 0.220.080.00   0.00
XYZ71.292278.3450105.9723
Yxy78.34500.27890.3065
Hunter Lab88.5127-11.1252-9.0264
CIE-Lab90.9371-6.6409-13.8274

#c8eaff color RGB value is (200,234,255).

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

The process color (four color CMYK) of #c8eaff color hex is 0.22, 0.08, 0.00, 0.00. Web safe color of #c8eaff is #ccffff. Color #c8eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101010 11111111
Octal 310 352 377
Decimal 200 234 255
Hex C8 EA FF

RGB Percentages of Color #c8eaff

%29.03
%33.96
%37.01

CMYK Percentages of Color #c8eaff

%22
%8
%0
%0

Triadic Colors of #c8eaff

#c8eaff #ffc8ea #eaffc8

Analogous Colors of #c8eaff

#c8eaff #c8cfff #c8fff9

Monochromatic Colors of #c8eaff

#c8eaff

Complementary Color

#c8eaff #ffddc8

#c8eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8eaff Color CSS Codes

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

#c8eaff Text Font Color

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

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


#c8eaff Background Color

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

This div background color is #c8eaff


#c8eaff Border Color

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

This div border color is #c8eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8eaff


Comments

No comments written yet.

Please login to write comment.