Color Hex Logo

#c1e3fd Color Hex

#C1E3FD
(193,227,253)
0 Favorites   0 Comments

Color spaces of #c1e3fd

RGB 193227253
HSL0.570.940.87
HSV206°24°99°
CMYK 0.240.100.00   0.01
XYZ67.191073.3675103.5485
Yxy73.36750.27530.3006
Hunter Lab85.6548-9.8736-11.7176
CIE-Lab88.6227-5.5489-16.2950

#c1e3fd color RGB value is (193,227,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11100011 11111101
Octal 301 343 375
Decimal 193 227 253
Hex C1 E3 FD

RGB Percentages of Color #c1e3fd

%28.68
%33.73
%37.59

CMYK Percentages of Color #c1e3fd

%24
%10
%0
%1

Triadic Colors of #c1e3fd

#c1e3fd #fdc1e3 #e3fdc1

Analogous Colors of #c1e3fd

#c1e3fd #c1c5fd #c1fdf9

Monochromatic Colors of #c1e3fd

#c1e3fd

Complementary Color

#c1e3fd #fddbc1

#c1e3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1e3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1e3fd Color CSS Codes

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

#c1e3fd Text Font Color

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

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


#c1e3fd Background Color

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

This div background color is #c1e3fd


#c1e3fd Border Color

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

This div border color is #c1e3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1e3fd

#c1e3fd Color Palettes


Comments

No comments written yet.

Please login to write comment.