Color Hex Logo

#c8eafd Color Hex

#C8EAFD
(200,234,253)
0 Favorites   0 Comments

Color spaces of #c8eafd

RGB 200234253
HSL0.560.930.89
HSV202°21°99°
CMYK 0.210.080.00   0.01
XYZ70.971978.2168104.2853
Yxy78.21680.28000.3086
Hunter Lab88.4403-11.5271-8.0043
CIE-Lab90.8787-7.0707-12.8707

#c8eafd color RGB value is (200,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101010 11111101
Octal 310 352 375
Decimal 200 234 253
Hex C8 EA FD

RGB Percentages of Color #c8eafd

%29.11
%34.06
%36.83

CMYK Percentages of Color #c8eafd

%21
%8
%0
%1

Triadic Colors of #c8eafd

#c8eafd #fdc8ea #eafdc8

Analogous Colors of #c8eafd

#c8eafd #c8d0fd #c8fdf6

Monochromatic Colors of #c8eafd

#c8eafd

Complementary Color

#c8eafd #fddbc8

#c8eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8eafd Color CSS Codes

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

#c8eafd Text Font Color

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

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


#c8eafd Background Color

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

This div background color is #c8eafd


#c8eafd Border Color

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

This div border color is #c8eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8eafd

Related Colors


Comments

No comments written yet.

Please login to write comment.