Color Hex Logo

#c0ebdf Color Hex

#C0EBDF
(192,235,223)
0 Favorites   0 Comments

Color spaces of #c0ebdf

RGB 192235223
HSL0.450.520.84
HSV163°18°92°
CMYK 0.180.000.05   0.08
XYZ64.765875.950881.0585
Yxy75.95080.29200.3425
Hunter Lab87.1498-19.85895.8589
CIE-Lab89.8365-16.20551.2136

#c0ebdf color RGB value is (192,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101011 11011111
Octal 300 353 337
Decimal 192 235 223
Hex C0 EB DF

RGB Percentages of Color #c0ebdf

%29.54
%36.15
%34.31

CMYK Percentages of Color #c0ebdf

%18
%0
%5
%8

Triadic Colors of #c0ebdf

#c0ebdf #dfc0eb #ebdfc0

Analogous Colors of #c0ebdf

#c0ebdf #c0e2eb #c0ebca

Monochromatic Colors of #c0ebdf

#c0ebdf

Complementary Color

#c0ebdf #ebc0cc

#c0ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ebdf Color CSS Codes

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

#c0ebdf Text Font Color

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

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


#c0ebdf Background Color

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

This div background color is #c0ebdf


#c0ebdf Border Color

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

This div border color is #c0ebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ebdf


Comments

No comments written yet.

Please login to write comment.