Color Hex Logo

#c2eafd Color Hex

#C2EAFD
(194,234,253)
1 Favorites   0 Comments

Color spaces of #c2eafd

RGB 194234253
HSL0.550.940.88
HSV199°23°99°
CMYK 0.230.080.00   0.01
XYZ69.400677.4068104.2117
Yxy77.40680.27650.3084
Hunter Lab87.9811-13.1640-8.6409
CIE-Lab90.5085-8.8476-13.4626

#c2eafd color RGB value is (194,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101010 11111101
Octal 302 352 375
Decimal 194 234 253
Hex C2 EA FD

RGB Percentages of Color #c2eafd

%28.49
%34.36
%37.15

CMYK Percentages of Color #c2eafd

%23
%8
%0
%1

Triadic Colors of #c2eafd

#c2eafd #fdc2ea #eafdc2

Analogous Colors of #c2eafd

#c2eafd #c2cdfd #c2fdf3

Monochromatic Colors of #c2eafd

#c2eafd

Complementary Color

#c2eafd #fdd5c2

#c2eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eafd Color CSS Codes

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

#c2eafd Text Font Color

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

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


#c2eafd Background Color

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

This div background color is #c2eafd


#c2eafd Border Color

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

This div border color is #c2eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eafd


Comments

No comments written yet.

Please login to write comment.