Color Hex Logo

#c6e1fd Color Hex

#C6E1FD
(198,225,253)
0 Favorites   0 Comments

Color spaces of #c6e1fd

RGB 198225253
HSL0.580.930.88
HSV211°22°99°
CMYK 0.220.110.00   0.01
XYZ67.943572.9480103.4279
Yxy72.94800.27810.2986
Hunter Lab85.4096-7.4697-12.0113
CIE-Lab88.4229-3.0312-16.5631

#c6e1fd color RGB value is (198,225,253).

#c6e1fd hex color red value is 198, green value is 225 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c6e1fd hue: 0.58 , saturation: 0.93 and the lightness value of c6e1fd is 0.88.

The process color (four color CMYK) of #c6e1fd color hex is 0.22, 0.11, 0.00, 0.01. Web safe color of #c6e1fd is #ccccff. Color #c6e1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11100001 11111101
Octal 306 341 375
Decimal 198 225 253
Hex C6 E1 FD

RGB Percentages of Color #c6e1fd

%29.29
%33.28
%37.43

CMYK Percentages of Color #c6e1fd

%22
%11
%0
%1

Triadic Colors of #c6e1fd

#c6e1fd #fdc6e1 #e1fdc6

Analogous Colors of #c6e1fd

#c6e1fd #c7c6fd #c6fdfd

Monochromatic Colors of #c6e1fd

#c6e1fd

Complementary Color

#c6e1fd #fde2c6

#c6e1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6e1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6e1fd Color CSS Codes

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

#c6e1fd Text Font Color

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

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


#c6e1fd Background Color

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

This div background color is #c6e1fd


#c6e1fd Border Color

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

This div border color is #c6e1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6e1fd


Comments

No comments written yet.

Please login to write comment.