Color Hex Logo

#4f93da Color Hex

#4F93DA
(79,147,218)
0 Favorites   0 Comments

Color spaces of #4f93da

RGB 79147218
HSL0.590.650.58
HSV211°64°85°
CMYK 0.640.330.00   0.15
XYZ26.313127.591770.2685
Yxy27.59170.21190.2222
Hunter Lab52.5278-2.5065-42.5451
CIE-Lab59.51810.3638-42.6309

#4f93da color RGB value is (79,147,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10010011 11011010
Octal 117 223 332
Decimal 79 147 218
Hex 4F 93 DA

RGB Percentages of Color #4f93da

%17.79
%33.11
%49.10

CMYK Percentages of Color #4f93da

%64
%33
%0
%15

Triadic Colors of #4f93da

#4f93da #da4f93 #93da4f

Analogous Colors of #4f93da

#4f93da #504fda #4fd9da

Monochromatic Colors of #4f93da

#4f93da

Complementary Color

#4f93da #da964f

#4f93da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f93da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f93da Color CSS Codes

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

#4f93da Text Font Color

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

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


#4f93da Background Color

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

This div background color is #4f93da


#4f93da Border Color

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

This div border color is #4f93da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f93da


Comments

No comments written yet.

Please login to write comment.