Color Hex Logo

#4f9ebd Color Hex

#4F9EBD
(79,158,189)
0 Favorites   0 Comments

Color spaces of #4f9ebd

RGB 79158189
HSL0.550.450.53
HSV197°58°74°
CMYK 0.580.160.00   0.26
XYZ24.636629.790152.5957
Yxy29.79010.23020.2784
Hunter Lab54.5803-14.9437-18.9279
CIE-Lab61.4727-15.1346-23.3518

#4f9ebd color RGB value is (79,158,189).

#4f9ebd hex color red value is 79, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4f9ebd hue: 0.55 , saturation: 0.45 and the lightness value of 4f9ebd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10011110 10111101
Octal 117 236 275
Decimal 79 158 189
Hex 4F 9E BD

RGB Percentages of Color #4f9ebd

%18.54
%37.09
%44.37

CMYK Percentages of Color #4f9ebd

%58
%16
%0
%26

Triadic Colors of #4f9ebd

#4f9ebd #bd4f9e #9ebd4f

Analogous Colors of #4f9ebd

#4f9ebd #4f67bd #4fbda5

Monochromatic Colors of #4f9ebd

#4f9ebd

Complementary Color

#4f9ebd #bd6e4f

#4f9ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f9ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f9ebd Color CSS Codes

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

#4f9ebd Text Font Color

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

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


#4f9ebd Background Color

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

This div background color is #4f9ebd


#4f9ebd Border Color

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

This div border color is #4f9ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f9ebd


Comments

No comments written yet.

Please login to write comment.