Color Hex Logo

#4cedbd Color Hex

#4CEDBD
(76,237,189)
0 Favorites   0 Comments

Color spaces of #4cedbd

RGB 76237189
HSL0.450.820.61
HSV162°68°93°
CMYK 0.680.000.20   0.07
XYZ42.450065.779058.6034
Yxy65.77900.25440.3943
Hunter Lab81.1043-48.505513.9319
CIE-Lab84.8836-52.649611.2509

#4cedbd color RGB value is (76,237,189).

#4cedbd hex color red value is 76, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4cedbd hue: 0.45 , saturation: 0.82 and the lightness value of 4cedbd is 0.61.

The process color (four color CMYK) of #4cedbd color hex is 0.68, 0.00, 0.20, 0.07. Web safe color of #4cedbd is #33ffcc. Color #4cedbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101101 10111101
Octal 114 355 275
Decimal 76 237 189
Hex 4C ED BD

RGB Percentages of Color #4cedbd

%15.14
%47.21
%37.65

CMYK Percentages of Color #4cedbd

%68
%0
%20
%7

Triadic Colors of #4cedbd

#4cedbd #bd4ced #edbd4c

Analogous Colors of #4cedbd

#4cedbd #4ccded #4ced6d

Monochromatic Colors of #4cedbd

#4cedbd

Complementary Color

#4cedbd #ed4c7c

#4cedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cedbd Color CSS Codes

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

#4cedbd Text Font Color

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

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


#4cedbd Background Color

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

This div background color is #4cedbd


#4cedbd Border Color

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

This div border color is #4cedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cedbd


Comments

No comments written yet.

Please login to write comment.