Color Hex Logo

#c2e5fd Color Hex

#C2E5FD
(194,229,253)
0 Favorites   0 Comments

Color spaces of #c2e5fd

RGB 194229253
HSL0.570.940.88
HSV204°23°99°
CMYK 0.230.090.00   0.01
XYZ67.997174.5998103.7439
Yxy74.59980.27600.3028
Hunter Lab86.3712-10.6226-10.7558
CIE-Lab89.2052-6.2856-15.4143

#c2e5fd color RGB value is (194,229,253).

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

The process color (four color CMYK) of #c2e5fd color hex is 0.23, 0.09, 0.00, 0.01. Web safe color of #c2e5fd is #ccccff. Color #c2e5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11100101 11111101
Octal 302 345 375
Decimal 194 229 253
Hex C2 E5 FD

RGB Percentages of Color #c2e5fd

%28.70
%33.88
%37.43

CMYK Percentages of Color #c2e5fd

%23
%9
%0
%1

Triadic Colors of #c2e5fd

#c2e5fd #fdc2e5 #e5fdc2

Analogous Colors of #c2e5fd

#c2e5fd #c2c8fd #c2fdf8

Monochromatic Colors of #c2e5fd

#c2e5fd

Complementary Color

#c2e5fd #fddac2

#c2e5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2e5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2e5fd Color CSS Codes

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

#c2e5fd Text Font Color

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

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


#c2e5fd Background Color

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

This div background color is #c2e5fd


#c2e5fd Border Color

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

This div border color is #c2e5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2e5fd


Comments

No comments written yet.

Please login to write comment.