Color Hex Logo

#c3edbb Color Hex

#C3EDBB
(195,237,187)
0 Favorites   0 Comments

Color spaces of #c3edbb

RGB 195237187
HSL0.310.580.83
HSV110°21°93°
CMYK 0.180.000.21   0.07
XYZ61.759575.758358.3815
Yxy75.75830.31530.3867
Hunter Lab87.0392-25.662421.1588
CIE-Lab89.7470-22.735719.8417

#c3edbb color RGB value is (195,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101101 10111011
Octal 303 355 273
Decimal 195 237 187
Hex C3 ED BB

RGB Percentages of Color #c3edbb

%31.50
%38.29
%30.21

CMYK Percentages of Color #c3edbb

%18
%0
%21
%7

Triadic Colors of #c3edbb

#c3edbb #bbc3ed #edbbc3

Analogous Colors of #c3edbb

#c3edbb #bbedcc #dcedbb

Monochromatic Colors of #c3edbb

#c3edbb

Complementary Color

#c3edbb #e5bbed

#c3edbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3edbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3edbb Color CSS Codes

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

#c3edbb Text Font Color

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

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


#c3edbb Background Color

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

This div background color is #c3edbb


#c3edbb Border Color

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

This div border color is #c3edbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,237,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 #c3edbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3edbb


Comments

No comments written yet.

Please login to write comment.