Color Hex Logo

#c0edbc Color Hex

#C0EDBC
(192,237,188)
0 Favorites   0 Comments

Color spaces of #c0edbc

RGB 192237188
HSL0.320.580.83
HSV115°21°93°
CMYK 0.190.000.21   0.07
XYZ61.099575.405758.9114
Yxy75.40570.31270.3859
Hunter Lab86.8365-26.368420.5621
CIE-Lab89.5827-23.575719.0683

#c0edbc color RGB value is (192,237,188).

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

The process color (four color CMYK) of #c0edbc color hex is 0.19, 0.00, 0.21, 0.07. Web safe color of #c0edbc is #ccffcc. Color #c0edbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101101 10111100
Octal 300 355 274
Decimal 192 237 188
Hex C0 ED BC

RGB Percentages of Color #c0edbc

%31.12
%38.41
%30.47

CMYK Percentages of Color #c0edbc

%19
%0
%21
%7

Triadic Colors of #c0edbc

#c0edbc #bcc0ed #edbcc0

Analogous Colors of #c0edbc

#c0edbc #bcedd1 #d9edbc

Monochromatic Colors of #c0edbc

#c0edbc

Complementary Color

#c0edbc #e9bced

#c0edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0edbc Color CSS Codes

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

#c0edbc Text Font Color

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

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


#c0edbc Background Color

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

This div background color is #c0edbc


#c0edbc Border Color

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

This div border color is #c0edbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0edbc


Comments

No comments written yet.

Please login to write comment.