Color Hex Logo

#c6eefd Color Hex

#C6EEFD
(198,238,253)
0 Favorites   0 Comments

Color spaces of #c6eefd

RGB 198238253
HSL0.550.930.88
HSV196°22°99°
CMYK 0.220.060.00   0.01
XYZ71.592980.2467104.6443
Yxy80.24670.27910.3129
Hunter Lab89.5805-14.1084-6.5538
CIE-Lab91.7954-9.7028-11.5161

#c6eefd color RGB value is (198,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101110 11111101
Octal 306 356 375
Decimal 198 238 253
Hex C6 EE FD

RGB Percentages of Color #c6eefd

%28.74
%34.54
%36.72

CMYK Percentages of Color #c6eefd

%22
%6
%0
%1

Triadic Colors of #c6eefd

#c6eefd #fdc6ee #eefdc6

Analogous Colors of #c6eefd

#c6eefd #c6d3fd #c6fdf1

Monochromatic Colors of #c6eefd

#c6eefd

Complementary Color

#c6eefd #fdd5c6

#c6eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6eefd Color CSS Codes

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

#c6eefd Text Font Color

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

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


#c6eefd Background Color

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

This div background color is #c6eefd


#c6eefd Border Color

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

This div border color is #c6eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6eefd

Related Colors


Comments

No comments written yet.

Please login to write comment.