Color Hex Logo

#4eafcf Color Hex

#4EAFCF
(78,175,207)
0 Favorites   0 Comments

Color spaces of #4eafcf

RGB 78175207
HSL0.540.570.56
HSV195°62°81°
CMYK 0.620.150.00   0.19
XYZ29.734336.784664.5645
Yxy36.78460.22680.2806
Hunter Lab60.6503-18.6270-20.6612
CIE-Lab67.1151-18.8304-24.7233

#4eafcf color RGB value is (78,175,207).

#4eafcf hex color red value is 78, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4eafcf hue: 0.54 , saturation: 0.57 and the lightness value of 4eafcf is 0.56.

The process color (four color CMYK) of #4eafcf color hex is 0.62, 0.15, 0.00, 0.19. Web safe color of #4eafcf is #6699cc. Color #4eafcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101111 11001111
Octal 116 257 317
Decimal 78 175 207
Hex 4E AF CF

RGB Percentages of Color #4eafcf

%16.96
%38.04
%45.00

CMYK Percentages of Color #4eafcf

%62
%15
%0
%19

Triadic Colors of #4eafcf

#4eafcf #cf4eaf #afcf4e

Analogous Colors of #4eafcf

#4eafcf #4e6fcf #4ecfaf

Monochromatic Colors of #4eafcf

#4eafcf

Complementary Color

#4eafcf #cf6e4e

#4eafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eafcf Color CSS Codes

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

#4eafcf Text Font Color

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

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


#4eafcf Background Color

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

This div background color is #4eafcf


#4eafcf Border Color

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

This div border color is #4eafcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eafcf


Comments

No comments written yet.

Please login to write comment.