Color Hex Logo

#4efdcc Color Hex

#4EFDCC
(78,253,204)
0 Favorites   0 Comments

Color spaces of #4efdcc

RGB 78253204
HSL0.450.980.65
HSV163°69°99°
CMYK 0.690.000.19   0.01
XYZ49.166276.229969.2493
Yxy76.22990.25260.3916
Hunter Lab87.3097-52.274414.0912
CIE-Lab89.9660-55.378810.7052

#4efdcc color RGB value is (78,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111101 11001100
Octal 116 375 314
Decimal 78 253 204
Hex 4E FD CC

RGB Percentages of Color #4efdcc

%14.58
%47.29
%38.13

CMYK Percentages of Color #4efdcc

%69
%0
%19
%1

Triadic Colors of #4efdcc

#4efdcc #cc4efd #fdcc4e

Analogous Colors of #4efdcc

#4efdcc #4ed7fd #4efd75

Monochromatic Colors of #4efdcc

#4efdcc

Complementary Color

#4efdcc #fd4e7f

#4efdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efdcc Color CSS Codes

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

#4efdcc Text Font Color

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

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


#4efdcc Background Color

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

This div background color is #4efdcc


#4efdcc Border Color

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

This div border color is #4efdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efdcc


Comments

No comments written yet.

Please login to write comment.