Color Hex Logo

#c6ebdd Color Hex

#C6EBDD
(198,235,221)
0 Favorites   0 Comments

Color spaces of #c6ebdd

RGB 198235221
HSL0.440.480.85
HSV157°16°92°
CMYK 0.160.000.06   0.08
XYZ66.048276.642979.7191
Yxy76.64290.29700.3446
Hunter Lab87.5459-18.53777.2928
CIE-Lab90.1570-14.70202.7701

#c6ebdd color RGB value is (198,235,221).

#c6ebdd hex color red value is 198, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c6ebdd hue: 0.44 , saturation: 0.48 and the lightness value of c6ebdd is 0.85.

The process color (four color CMYK) of #c6ebdd color hex is 0.16, 0.00, 0.06, 0.08. Web safe color of #c6ebdd is #ccffcc. Color #c6ebdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101011 11011101
Octal 306 353 335
Decimal 198 235 221
Hex C6 EB DD

RGB Percentages of Color #c6ebdd

%30.28
%35.93
%33.79

CMYK Percentages of Color #c6ebdd

%16
%0
%6
%8

Triadic Colors of #c6ebdd

#c6ebdd #ddc6eb #ebddc6

Analogous Colors of #c6ebdd

#c6ebdd #c6e7eb #c6ebcb

Monochromatic Colors of #c6ebdd

#c6ebdd

Complementary Color

#c6ebdd #ebc6d4

#c6ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ebdd Color CSS Codes

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

#c6ebdd Text Font Color

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

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


#c6ebdd Background Color

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

This div background color is #c6ebdd


#c6ebdd Border Color

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

This div border color is #c6ebdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,235,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6ebdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ebdd


Comments

No comments written yet.

Please login to write comment.