Color Hex Logo

#c0eafd Color Hex

#C0EAFD
(192,234,253)
0 Favorites   0 Comments

Color spaces of #c0eafd

RGB 192234253
HSL0.550.940.87
HSV199°24°99°
CMYK 0.240.080.00   0.01
XYZ68.890777.1440104.1879
Yxy77.14400.27530.3083
Hunter Lab87.8317-13.6990-8.8490
CIE-Lab90.3879-9.4328-13.6556

#c0eafd color RGB value is (192,234,253).

#c0eafd hex color red value is 192, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c0eafd hue: 0.55 , saturation: 0.94 and the lightness value of c0eafd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101010 11111101
Octal 300 352 375
Decimal 192 234 253
Hex C0 EA FD

RGB Percentages of Color #c0eafd

%28.28
%34.46
%37.26

CMYK Percentages of Color #c0eafd

%24
%8
%0
%1

Triadic Colors of #c0eafd

#c0eafd #fdc0ea #eafdc0

Analogous Colors of #c0eafd

#c0eafd #c0ccfd #c0fdf2

Monochromatic Colors of #c0eafd

#c0eafd

Complementary Color

#c0eafd #fdd3c0

#c0eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0eafd Color CSS Codes

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

#c0eafd Text Font Color

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

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


#c0eafd Background Color

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

This div background color is #c0eafd


#c0eafd Border Color

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

This div border color is #c0eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0eafd


Comments

No comments written yet.

Please login to write comment.