Color Hex Logo

#4f9ddd Color Hex

#4F9DDD
(79,157,221)
0 Favorites   0 Comments

Color spaces of #4f9ddd

RGB 79157221
HSL0.580.680.59
HSV207°64°87°
CMYK 0.640.290.00   0.13
XYZ28.332630.996772.8963
Yxy30.99670.21430.2344
Hunter Lab55.6747-6.5928-38.6577
CIE-Lab62.5048-4.3782-39.6094

#4f9ddd color RGB value is (79,157,221).

#4f9ddd hex color red value is 79, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4f9ddd hue: 0.58 , saturation: 0.68 and the lightness value of 4f9ddd is 0.59.

The process color (four color CMYK) of #4f9ddd color hex is 0.64, 0.29, 0.00, 0.13. Web safe color of #4f9ddd is #6699cc. Color #4f9ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10011101 11011101
Octal 117 235 335
Decimal 79 157 221
Hex 4F 9D DD

RGB Percentages of Color #4f9ddd

%17.29
%34.35
%48.36

CMYK Percentages of Color #4f9ddd

%64
%29
%0
%13

Triadic Colors of #4f9ddd

#4f9ddd #dd4f9d #9ddd4f

Analogous Colors of #4f9ddd

#4f9ddd #4f56dd #4fddd6

Monochromatic Colors of #4f9ddd

#4f9ddd

Complementary Color

#4f9ddd #dd8f4f

#4f9ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f9ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f9ddd Color CSS Codes

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

#4f9ddd Text Font Color

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

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


#4f9ddd Background Color

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

This div background color is #4f9ddd


#4f9ddd Border Color

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

This div border color is #4f9ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,157,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f9ddd


Comments

No comments written yet.

Please login to write comment.