Color Hex Logo

#4f96ce Color Hex

#4F96CE
(79,150,206)
0 Favorites   0 Comments

Color spaces of #4f96ce

RGB 79150206
HSL0.570.560.56
HSV206°62°81°
CMYK 0.620.270.00   0.19
XYZ25.271427.931262.4518
Yxy27.93120.21850.2415
Hunter Lab52.8500-7.1337-33.0669
CIE-Lab59.8265-5.3242-35.4368

#4f96ce color RGB value is (79,150,206).

#4f96ce hex color red value is 79, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4f96ce hue: 0.57 , saturation: 0.56 and the lightness value of 4f96ce is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10010110 11001110
Octal 117 226 316
Decimal 79 150 206
Hex 4F 96 CE

RGB Percentages of Color #4f96ce

%18.16
%34.48
%47.36

CMYK Percentages of Color #4f96ce

%62
%27
%0
%19

Triadic Colors of #4f96ce

#4f96ce #ce4f96 #96ce4f

Analogous Colors of #4f96ce

#4f96ce #4f57ce #4fcec7

Monochromatic Colors of #4f96ce

#4f96ce

Complementary Color

#4f96ce #ce874f

#4f96ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f96ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f96ce Color CSS Codes

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

#4f96ce Text Font Color

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

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


#4f96ce Background Color

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

This div background color is #4f96ce


#4f96ce Border Color

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

This div border color is #4f96ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f96ce


Comments

No comments written yet.

Please login to write comment.