Color Hex Logo

#4cdeca Color Hex

#4CDECA
(76,222,202)
0 Favorites   0 Comments

Color spaces of #4cdeca

RGB 76222202
HSL0.480.690.58
HSV172°66°87°
CMYK 0.660.000.09   0.13
XYZ39.762458.043364.9849
Yxy58.04330.24430.3566
Hunter Lab76.1862-40.16462.7574
CIE-Lab80.7629-43.1303-1.5566

#4cdeca color RGB value is (76,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011110 11001010
Octal 114 336 312
Decimal 76 222 202
Hex 4C DE CA

RGB Percentages of Color #4cdeca

%15.20
%44.40
%40.40

CMYK Percentages of Color #4cdeca

%66
%0
%9
%13

Triadic Colors of #4cdeca

#4cdeca #ca4cde #deca4c

Analogous Colors of #4cdeca

#4cdeca #4ca9de #4cde81

Monochromatic Colors of #4cdeca

#4cdeca

Complementary Color

#4cdeca #de4c60

#4cdeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdeca Color CSS Codes

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

#4cdeca Text Font Color

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

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


#4cdeca Background Color

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

This div background color is #4cdeca


#4cdeca Border Color

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

This div border color is #4cdeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdeca


Comments

No comments written yet.

Please login to write comment.