Color Hex Logo

#4ce1dc Color Hex

#4CE1DC
(76,225,220)
0 Favorites   0 Comments

Color spaces of #4ce1dc

RGB 76225220
HSL0.490.710.59
HSV178°66°88°
CMYK 0.660.000.02   0.12
XYZ42.824060.554277.1412
Yxy60.55420.23720.3354
Hunter Lab77.8166-37.9469-4.3038
CIE-Lab82.1385-39.6983-9.0905

#4ce1dc color RGB value is (76,225,220).

#4ce1dc hex color red value is 76, green value is 225 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4ce1dc hue: 0.49 , saturation: 0.71 and the lightness value of 4ce1dc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11100001 11011100
Octal 114 341 334
Decimal 76 225 220
Hex 4C E1 DC

RGB Percentages of Color #4ce1dc

%14.59
%43.19
%42.23

CMYK Percentages of Color #4ce1dc

%66
%0
%2
%12

Triadic Colors of #4ce1dc

#4ce1dc #dc4ce1 #e1dc4c

Analogous Colors of #4ce1dc

#4ce1dc #4c9ce1 #4ce192

Monochromatic Colors of #4ce1dc

#4ce1dc

Complementary Color

#4ce1dc #e14c51

#4ce1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ce1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ce1dc Color CSS Codes

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

#4ce1dc Text Font Color

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

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


#4ce1dc Background Color

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

This div background color is #4ce1dc


#4ce1dc Border Color

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

This div border color is #4ce1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ce1dc


Comments

No comments written yet.

Please login to write comment.