Color Hex Logo

#4efccc Color Hex

#4EFCCC
(78,252,204)
0 Favorites   0 Comments

Color spaces of #4efccc

RGB 78252204
HSL0.450.970.65
HSV163°69°99°
CMYK 0.690.000.19   0.01
XYZ48.851475.600169.1443
Yxy75.60010.25230.3905
Hunter Lab86.9483-51.870413.7144
CIE-Lab89.6733-54.975910.2877

#4efccc color RGB value is (78,252,204).

#4efccc hex color red value is 78, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4efccc hue: 0.45 , saturation: 0.97 and the lightness value of 4efccc is 0.65.

The process color (four color CMYK) of #4efccc color hex is 0.69, 0.00, 0.19, 0.01. Web safe color of #4efccc is #66ffcc. Color #4efccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111100 11001100
Octal 116 374 314
Decimal 78 252 204
Hex 4E FC CC

RGB Percentages of Color #4efccc

%14.61
%47.19
%38.20

CMYK Percentages of Color #4efccc

%69
%0
%19
%1

Triadic Colors of #4efccc

#4efccc #cc4efc #fccc4e

Analogous Colors of #4efccc

#4efccc #4ed5fc #4efc75

Monochromatic Colors of #4efccc

#4efccc

Complementary Color

#4efccc #fc4e7e

#4efccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efccc Color CSS Codes

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

#4efccc Text Font Color

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

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


#4efccc Background Color

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

This div background color is #4efccc


#4efccc Border Color

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

This div border color is #4efccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,252,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4efccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4efccc;
  -webkit-box-shadow: 1px 1px 3px 2px #4efccc;
  box-shadow:         1px 1px 3px 2px #4efccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,252,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efccc


Comments

No comments written yet.

Please login to write comment.