Color Hex Logo

#c0ebbb Color Hex

#C0EBBB
(192,235,187)
0 Favorites   0 Comments

Color spaces of #c0ebbb

RGB 192235187
HSL0.320.550.83
HSV114°20°92°
CMYK 0.180.000.20   0.08
XYZ60.416274.211058.1536
Yxy74.21100.31340.3850
Hunter Lab86.1458-25.568720.2777
CIE-Lab89.0221-22.774018.8036

#c0ebbb color RGB value is (192,235,187).

#c0ebbb hex color red value is 192, green value is 235 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c0ebbb hue: 0.32 , saturation: 0.55 and the lightness value of c0ebbb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101011 10111011
Octal 300 353 273
Decimal 192 235 187
Hex C0 EB BB

RGB Percentages of Color #c0ebbb

%31.27
%38.27
%30.46

CMYK Percentages of Color #c0ebbb

%18
%0
%20
%8

Triadic Colors of #c0ebbb

#c0ebbb #bbc0eb #ebbbc0

Analogous Colors of #c0ebbb

#c0ebbb #bbebce #d8ebbb

Monochromatic Colors of #c0ebbb

#c0ebbb

Complementary Color

#c0ebbb #e6bbeb

#c0ebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ebbb Color CSS Codes

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

#c0ebbb Text Font Color

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

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


#c0ebbb Background Color

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

This div background color is #c0ebbb


#c0ebbb Border Color

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

This div border color is #c0ebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ebbb


Comments

No comments written yet.

Please login to write comment.