Color Hex Logo

#4ec7de Color Hex

#4EC7DE
(78,199,222)
0 Favorites   0 Comments

Color spaces of #4ec7de

RGB 78199222
HSL0.530.690.59
HSV190°65°87°
CMYK 0.650.100.00   0.13
XYZ36.750147.740576.3851
Yxy47.74050.22840.2968
Hunter Lab69.0945-25.9745-17.1799
CIE-Lab74.6610-26.5212-21.3984

#4ec7de color RGB value is (78,199,222).

#4ec7de hex color red value is 78, green value is 199 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4ec7de hue: 0.53 , saturation: 0.69 and the lightness value of 4ec7de is 0.59.

The process color (four color CMYK) of #4ec7de color hex is 0.65, 0.10, 0.00, 0.13. Web safe color of #4ec7de is #66cccc. Color #4ec7de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11000111 11011110
Octal 116 307 336
Decimal 78 199 222
Hex 4E C7 DE

RGB Percentages of Color #4ec7de

%15.63
%39.88
%44.49

CMYK Percentages of Color #4ec7de

%65
%10
%0
%13

Triadic Colors of #4ec7de

#4ec7de #de4ec7 #c7de4e

Analogous Colors of #4ec7de

#4ec7de #4e7fde #4edead

Monochromatic Colors of #4ec7de

#4ec7de

Complementary Color

#4ec7de #de654e

#4ec7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ec7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ec7de Color CSS Codes

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

#4ec7de Text Font Color

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

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


#4ec7de Background Color

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

This div background color is #4ec7de


#4ec7de Border Color

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

This div border color is #4ec7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ec7de


Comments

No comments written yet.

Please login to write comment.