Color Hex Logo

#4cedbe Color Hex

#4CEDBE
(76,237,190)
0 Favorites   0 Comments

Color spaces of #4cedbe

RGB 76237190
HSL0.450.820.61
HSV162°68°93°
CMYK 0.680.000.20   0.07
XYZ42.558965.822659.1771
Yxy65.82260.25400.3928
Hunter Lab81.1311-48.343913.5456
CIE-Lab84.9058-52.419110.7602

#4cedbe color RGB value is (76,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101101 10111110
Octal 114 355 276
Decimal 76 237 190
Hex 4C ED BE

RGB Percentages of Color #4cedbe

%15.11
%47.12
%37.77

CMYK Percentages of Color #4cedbe

%68
%0
%20
%7

Triadic Colors of #4cedbe

#4cedbe #be4ced #edbe4c

Analogous Colors of #4cedbe

#4cedbe #4ccced #4ced6e

Monochromatic Colors of #4cedbe

#4cedbe

Complementary Color

#4cedbe #ed4c7b

#4cedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cedbe Color CSS Codes

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

#4cedbe Text Font Color

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

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


#4cedbe Background Color

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

This div background color is #4cedbe


#4cedbe Border Color

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

This div border color is #4cedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cedbe


Comments

No comments written yet.

Please login to write comment.