Color Hex Logo

#c8edba Color Hex

#C8EDBA
(200,237,186)
0 Favorites   0 Comments

Color spaces of #c8edba

RGB 200237186
HSL0.290.590.83
HSV104°22°93°
CMYK 0.160.000.22   0.07
XYZ62.966576.392957.8810
Yxy76.39290.31920.3873
Hunter Lab87.4030-24.361121.9184
CIE-Lab90.0414-21.201820.8151

#c8edba color RGB value is (200,237,186).

#c8edba hex color red value is 200, green value is 237 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c8edba hue: 0.29 , saturation: 0.59 and the lightness value of c8edba is 0.83.

The process color (four color CMYK) of #c8edba color hex is 0.16, 0.00, 0.22, 0.07. Web safe color of #c8edba is #ccffcc. Color #c8edba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101101 10111010
Octal 310 355 272
Decimal 200 237 186
Hex C8 ED BA

RGB Percentages of Color #c8edba

%32.10
%38.04
%29.86

CMYK Percentages of Color #c8edba

%16
%0
%22
%7

Triadic Colors of #c8edba

#c8edba #bac8ed #edbac8

Analogous Colors of #c8edba

#c8edba #baedc6 #e2edba

Monochromatic Colors of #c8edba

#c8edba

Complementary Color

#c8edba #dfbaed

#c8edba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8edba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8edba Color CSS Codes

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

#c8edba Text Font Color

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

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


#c8edba Background Color

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

This div background color is #c8edba


#c8edba Border Color

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

This div border color is #c8edba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8edba


Comments

No comments written yet.

Please login to write comment.