Color Hex Logo

#4efccd Color Hex

#4EFCCD
(78,252,205)
0 Favorites   0 Comments

Color spaces of #4efccd

RGB 78252205
HSL0.450.970.65
HSV164°69°99°
CMYK 0.690.000.19   0.01
XYZ48.971775.648369.7781
Yxy75.64830.25190.3891
Hunter Lab86.9760-51.703913.3167
CIE-Lab89.6958-54.74429.8027

#4efccd color RGB value is (78,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111100 11001101
Octal 116 374 315
Decimal 78 252 205
Hex 4E FC CD

RGB Percentages of Color #4efccd

%14.58
%47.10
%38.32

CMYK Percentages of Color #4efccd

%69
%0
%19
%1

Triadic Colors of #4efccd

#4efccd #cd4efc #fccd4e

Analogous Colors of #4efccd

#4efccd #4ed4fc #4efc76

Monochromatic Colors of #4efccd

#4efccd

Complementary Color

#4efccd #fc4e7d

#4efccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efccd Color CSS Codes

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

#4efccd Text Font Color

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

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


#4efccd Background Color

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

This div background color is #4efccd


#4efccd Border Color

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

This div border color is #4efccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efccd


Comments

No comments written yet.

Please login to write comment.