Color Hex Logo

#4cedde Color Hex

#4CEDDE
(76,237,222)
0 Favorites   0 Comments

Color spaces of #4cedde

RGB 76237222
HSL0.480.820.61
HSV174°68°93°
CMYK 0.680.000.06   0.07
XYZ46.449567.378879.6645
Yxy67.37880.24010.3482
Hunter Lab82.0846-42.6396-0.0827
CIE-Lab85.6949-44.5021-4.8820

#4cedde color RGB value is (76,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101101 11011110
Octal 114 355 336
Decimal 76 237 222
Hex 4C ED DE

RGB Percentages of Color #4cedde

%14.21
%44.30
%41.50

CMYK Percentages of Color #4cedde

%68
%0
%6
%7

Triadic Colors of #4cedde

#4cedde #de4ced #edde4c

Analogous Colors of #4cedde

#4cedde #4caced #4ced8e

Monochromatic Colors of #4cedde

#4cedde

Complementary Color

#4cedde #ed4c5b

#4cedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cedde Color CSS Codes

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

#4cedde Text Font Color

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

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


#4cedde Background Color

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

This div background color is #4cedde


#4cedde Border Color

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

This div border color is #4cedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cedde


Comments

No comments written yet.

Please login to write comment.