Color Hex Logo

#5f94bc Color Hex

#5F94BC
(95,148,188)
0 Favorites   0 Comments

Color spaces of #5f94bc

RGB 95148188
HSL0.570.410.55
HSV206°49°74°
CMYK 0.490.210.00   0.26
XYZ24.386327.243551.5502
Yxy27.24350.23630.2640
Hunter Lab52.1953-7.9444-22.0205
CIE-Lab59.1990-6.4177-26.2252

#5f94bc color RGB value is (95,148,188).

#5f94bc hex color red value is 95, green value is 148 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5f94bc hue: 0.57 , saturation: 0.41 and the lightness value of 5f94bc is 0.55.

The process color (four color CMYK) of #5f94bc color hex is 0.49, 0.21, 0.00, 0.26. Web safe color of #5f94bc is #6699cc. Color #5f94bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10010100 10111100
Octal 137 224 274
Decimal 95 148 188
Hex 5F 94 BC

RGB Percentages of Color #5f94bc

%22.04
%34.34
%43.62

CMYK Percentages of Color #5f94bc

%49
%21
%0
%26

Triadic Colors of #5f94bc

#5f94bc #bc5f94 #94bc5f

Analogous Colors of #5f94bc

#5f94bc #5f66bc #5fbcb6

Monochromatic Colors of #5f94bc

#5f94bc

Complementary Color

#5f94bc #bc875f

#5f94bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f94bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f94bc Color CSS Codes

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

#5f94bc Text Font Color

<p style="color:#5f94bc">Text here</p>

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


#5f94bc Background Color

<div style="background-color:#5f94bc">
Div content here</div>

This div background color is #5f94bc


#5f94bc Border Color

<div style="border:3px solid #5f94bc">
Div here</div>

This div border color is #5f94bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,148,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f94bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f94bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5f94bc;
  box-shadow:         1px 1px 3px 2px #5f94bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,148,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f94bc


Comments

No comments written yet.

Please login to write comment.