Color Hex Logo

#c0ebcb Color Hex

#C0EBCB
(192,235,203)
0 Favorites   0 Comments

Color spaces of #c0ebcb

RGB 192235203
HSL0.380.520.84
HSV135°18°92°
CMYK 0.180.000.14   0.08
XYZ62.226174.934967.6841
Yxy74.93490.30380.3658
Hunter Lab86.5649-23.176214.2373
CIE-Lab89.3625-19.990410.9705

#c0ebcb color RGB value is (192,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101011 11001011
Octal 300 353 313
Decimal 192 235 203
Hex C0 EB CB

RGB Percentages of Color #c0ebcb

%30.48
%37.30
%32.22

CMYK Percentages of Color #c0ebcb

%18
%0
%14
%8

Triadic Colors of #c0ebcb

#c0ebcb #cbc0eb #ebcbc0

Analogous Colors of #c0ebcb

#c0ebcb #c0ebe1 #cbebc0

Monochromatic Colors of #c0ebcb

#c0ebcb

Complementary Color

#c0ebcb #ebc0e0

#c0ebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ebcb Color CSS Codes

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

#c0ebcb Text Font Color

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

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


#c0ebcb Background Color

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

This div background color is #c0ebcb


#c0ebcb Border Color

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

This div border color is #c0ebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ebcb


Comments

No comments written yet.

Please login to write comment.