Color Hex Logo

#c1edbb Color Hex

#C1EDBB
(193,237,187)
0 Favorites   0 Comments

Color spaces of #c1edbb

RGB 193237187
HSL0.310.580.83
HSV113°21°93°
CMYK 0.190.000.21   0.07
XYZ61.246175.493758.3574
Yxy75.49370.31390.3870
Hunter Lab86.8871-26.229120.9991
CIE-Lab89.6237-23.407819.6516

#c1edbb color RGB value is (193,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101101 10111011
Octal 301 355 273
Decimal 193 237 187
Hex C1 ED BB

RGB Percentages of Color #c1edbb

%31.28
%38.41
%30.31

CMYK Percentages of Color #c1edbb

%19
%0
%21
%7

Triadic Colors of #c1edbb

#c1edbb #bbc1ed #edbbc1

Analogous Colors of #c1edbb

#c1edbb #bbedce #daedbb

Monochromatic Colors of #c1edbb

#c1edbb

Complementary Color

#c1edbb #e7bbed

#c1edbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1edbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1edbb Color CSS Codes

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

#c1edbb Text Font Color

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

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


#c1edbb Background Color

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

This div background color is #c1edbb


#c1edbb Border Color

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

This div border color is #c1edbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1edbb


Comments

No comments written yet.

Please login to write comment.