Color Hex Logo

#c0ebdd Color Hex

#C0EBDD
(192,235,221)
0 Favorites   0 Comments

Color spaces of #c0ebdd

RGB 192235221
HSL0.450.520.84
HSV160°18°92°
CMYK 0.180.000.06   0.08
XYZ64.497775.843679.6465
Yxy75.84360.29320.3448
Hunter Lab87.0882-20.20706.7381
CIE-Lab89.7867-16.59872.1864

#c0ebdd color RGB value is (192,235,221).

#c0ebdd hex color red value is 192, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c0ebdd hue: 0.45 , saturation: 0.52 and the lightness value of c0ebdd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101011 11011101
Octal 300 353 335
Decimal 192 235 221
Hex C0 EB DD

RGB Percentages of Color #c0ebdd

%29.63
%36.27
%34.10

CMYK Percentages of Color #c0ebdd

%18
%0
%6
%8

Triadic Colors of #c0ebdd

#c0ebdd #ddc0eb #ebddc0

Analogous Colors of #c0ebdd

#c0ebdd #c0e4eb #c0ebc8

Monochromatic Colors of #c0ebdd

#c0ebdd

Complementary Color

#c0ebdd #ebc0ce

#c0ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ebdd Color CSS Codes

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

#c0ebdd Text Font Color

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

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


#c0ebdd Background Color

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

This div background color is #c0ebdd


#c0ebdd Border Color

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

This div border color is #c0ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ebdd


Comments

No comments written yet.

Please login to write comment.