Color Hex Logo

#4cefe0 Color Hex

#4CEFE0
(76,239,224)
0 Favorites   0 Comments

Color spaces of #4cefe0

RGB 76239224
HSL0.480.840.62
HSV174°68°94°
CMYK 0.680.000.06   0.06
XYZ47.301568.651381.2790
Yxy68.65130.23980.3481
Hunter Lab82.8561-43.0947-0.1622
CIE-Lab86.3311-44.8509-4.9944

#4cefe0 color RGB value is (76,239,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101111 11100000
Octal 114 357 340
Decimal 76 239 224
Hex 4C EF E0

RGB Percentages of Color #4cefe0

%14.10
%44.34
%41.56

CMYK Percentages of Color #4cefe0

%68
%0
%6
%6

Triadic Colors of #4cefe0

#4cefe0 #e04cef #efe04c

Analogous Colors of #4cefe0

#4cefe0 #4cadef #4cef8f

Monochromatic Colors of #4cefe0

#4cefe0

Complementary Color

#4cefe0 #ef4c5b

#4cefe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cefe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cefe0 Color CSS Codes

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

#4cefe0 Text Font Color

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

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


#4cefe0 Background Color

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

This div background color is #4cefe0


#4cefe0 Border Color

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

This div border color is #4cefe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cefe0


Comments

No comments written yet.

Please login to write comment.