Color Hex Logo

#c2eefd Color Hex

#C2EEFD
(194,238,253)
0 Favorites   0 Comments

Color spaces of #c2eefd

RGB 194238253
HSL0.540.940.88
HSV195°23°99°
CMYK 0.230.060.00   0.01
XYZ70.552379.7103104.5956
Yxy79.71030.27680.3128
Hunter Lab89.2806-15.1849-6.9640
CIE-Lab91.5547-10.8801-11.9005

#c2eefd color RGB value is (194,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101110 11111101
Octal 302 356 375
Decimal 194 238 253
Hex C2 EE FD

RGB Percentages of Color #c2eefd

%28.32
%34.74
%36.93

CMYK Percentages of Color #c2eefd

%23
%6
%0
%1

Triadic Colors of #c2eefd

#c2eefd #fdc2ee #eefdc2

Analogous Colors of #c2eefd

#c2eefd #c2d1fd #c2fdef

Monochromatic Colors of #c2eefd

#c2eefd

Complementary Color

#c2eefd #fdd1c2

#c2eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eefd Color CSS Codes

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

#c2eefd Text Font Color

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

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


#c2eefd Background Color

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

This div background color is #c2eefd


#c2eefd Border Color

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

This div border color is #c2eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eefd

Related Colors


Comments

No comments written yet.

Please login to write comment.