Color Hex Logo

#4ceedc Color Hex

#4CEEDC
(76,238,220)
0 Favorites   0 Comments

Color spaces of #4ceedc

RGB 76238220
HSL0.480.830.62
HSV173°68°93°
CMYK 0.680.000.08   0.07
XYZ46.473367.852978.3577
Yxy67.85290.24120.3521
Hunter Lab82.3729-43.44601.2610
CIE-Lab85.9328-45.4605-3.4809

#4ceedc color RGB value is (76,238,220).

#4ceedc hex color red value is 76, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4ceedc hue: 0.48 , saturation: 0.83 and the lightness value of 4ceedc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101110 11011100
Octal 114 356 334
Decimal 76 238 220
Hex 4C EE DC

RGB Percentages of Color #4ceedc

%14.23
%44.57
%41.20

CMYK Percentages of Color #4ceedc

%68
%0
%8
%7

Triadic Colors of #4ceedc

#4ceedc #dc4cee #eedc4c

Analogous Colors of #4ceedc

#4ceedc #4cafee #4cee8b

Monochromatic Colors of #4ceedc

#4ceedc

Complementary Color

#4ceedc #ee4c5e

#4ceedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ceedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ceedc Color CSS Codes

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

#4ceedc Text Font Color

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

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


#4ceedc Background Color

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

This div background color is #4ceedc


#4ceedc Border Color

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

This div border color is #4ceedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ceedc


Comments

No comments written yet.

Please login to write comment.