Color Hex Logo

#4cf0ef Color Hex

#4CF0EF
(76,240,239)
0 Favorites   0 Comments

Color spaces of #4cf0ef

RGB 76240239
HSL0.500.850.62
HSV180°68°94°
CMYK 0.680.000.00   0.06
XYZ49.720670.088792.5693
Yxy70.08870.23410.3300
Hunter Lab83.7190-40.4973-6.9545
CIE-Lab87.0403-41.2654-11.8107

#4cf0ef color RGB value is (76,240,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11110000 11101111
Octal 114 360 357
Decimal 76 240 239
Hex 4C F0 EF

RGB Percentages of Color #4cf0ef

%13.69
%43.24
%43.06

CMYK Percentages of Color #4cf0ef

%68
%0
%0
%6

Triadic Colors of #4cf0ef

#4cf0ef #ef4cf0 #f0ef4c

Analogous Colors of #4cf0ef

#4cf0ef #4c9ff0 #4cf09d

Monochromatic Colors of #4cf0ef

#4cf0ef

Complementary Color

#4cf0ef #f04c4d

#4cf0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cf0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cf0ef Color CSS Codes

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

#4cf0ef Text Font Color

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

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


#4cf0ef Background Color

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

This div background color is #4cf0ef


#4cf0ef Border Color

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

This div border color is #4cf0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cf0ef


Comments

No comments written yet.

Please login to write comment.