Color Hex Logo

#c1e5fd Color Hex

#C1E5FD
(193,229,253)
0 Favorites   0 Comments

Color spaces of #c1e5fd

RGB 193229253
HSL0.570.940.87
HSV204°24°99°
CMYK 0.240.090.00   0.01
XYZ67.741374.4679103.7319
Yxy74.46790.27540.3028
Hunter Lab86.2948-10.8936-10.8641
CIE-Lab89.1432-6.5796-15.5137

#c1e5fd color RGB value is (193,229,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11100101 11111101
Octal 301 345 375
Decimal 193 229 253
Hex C1 E5 FD

RGB Percentages of Color #c1e5fd

%28.59
%33.93
%37.48

CMYK Percentages of Color #c1e5fd

%24
%9
%0
%1

Triadic Colors of #c1e5fd

#c1e5fd #fdc1e5 #e5fdc1

Analogous Colors of #c1e5fd

#c1e5fd #c1c7fd #c1fdf7

Monochromatic Colors of #c1e5fd

#c1e5fd

Complementary Color

#c1e5fd #fdd9c1

#c1e5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1e5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1e5fd Color CSS Codes

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

#c1e5fd Text Font Color

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

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


#c1e5fd Background Color

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

This div background color is #c1e5fd


#c1e5fd Border Color

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

This div border color is #c1e5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1e5fd

Related Colors

#c1e5fd Color Palettes


Comments

No comments written yet.

Please login to write comment.