Color Hex Logo

#4cdeba Color Hex

#4CDEBA
(76,222,186)
0 Favorites   0 Comments

Color spaces of #4cdeba

RGB 76222186
HSL0.460.690.58
HSV165°66°87°
CMYK 0.660.000.16   0.13
XYZ37.964757.324255.5181
Yxy57.32420.25170.3801
Hunter Lab75.7127-42.99199.5232
CIE-Lab80.3616-47.12346.3610

#4cdeba color RGB value is (76,222,186).

#4cdeba hex color red value is 76, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4cdeba hue: 0.46 , saturation: 0.69 and the lightness value of 4cdeba is 0.58.

The process color (four color CMYK) of #4cdeba color hex is 0.66, 0.00, 0.16, 0.13. Web safe color of #4cdeba is #33cccc. Color #4cdeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011110 10111010
Octal 114 336 272
Decimal 76 222 186
Hex 4C DE BA

RGB Percentages of Color #4cdeba

%15.70
%45.87
%38.43

CMYK Percentages of Color #4cdeba

%66
%0
%16
%13

Triadic Colors of #4cdeba

#4cdeba #ba4cde #deba4c

Analogous Colors of #4cdeba

#4cdeba #4cb9de #4cde71

Monochromatic Colors of #4cdeba

#4cdeba

Complementary Color

#4cdeba #de4c70

#4cdeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdeba Color CSS Codes

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

#4cdeba Text Font Color

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

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


#4cdeba Background Color

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

This div background color is #4cdeba


#4cdeba Border Color

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

This div border color is #4cdeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdeba


Comments

No comments written yet.

Please login to write comment.