Color Hex Logo

#4eafbd Color Hex

#4EAFBD
(78,175,189)
0 Favorites   0 Comments

Color spaces of #4eafbd

RGB 78175189
HSL0.520.460.52
HSV188°59°74°
CMYK 0.590.070.00   0.26
XYZ27.657235.953853.6262
Yxy35.95380.23590.3067
Hunter Lab59.9615-22.5996-11.0526
CIE-Lab66.4846-24.2077-15.7289

#4eafbd color RGB value is (78,175,189).

#4eafbd hex color red value is 78, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4eafbd hue: 0.52 , saturation: 0.46 and the lightness value of 4eafbd is 0.52.

The process color (four color CMYK) of #4eafbd color hex is 0.59, 0.07, 0.00, 0.26. Web safe color of #4eafbd is #6699cc. Color #4eafbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101111 10111101
Octal 116 257 275
Decimal 78 175 189
Hex 4E AF BD

RGB Percentages of Color #4eafbd

%17.65
%39.59
%42.76

CMYK Percentages of Color #4eafbd

%59
%7
%0
%26

Triadic Colors of #4eafbd

#4eafbd #bd4eaf #afbd4e

Analogous Colors of #4eafbd

#4eafbd #4e78bd #4ebd94

Monochromatic Colors of #4eafbd

#4eafbd

Complementary Color

#4eafbd #bd5c4e

#4eafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eafbd Color CSS Codes

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

#4eafbd Text Font Color

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

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


#4eafbd Background Color

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

This div background color is #4eafbd


#4eafbd Border Color

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

This div border color is #4eafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eafbd


Comments

No comments written yet.

Please login to write comment.