Color Hex Logo

#5f93ca Color Hex

#5F93CA
(95,147,202)
0 Favorites   0 Comments

Color spaces of #5f93ca

RGB 95147202
HSL0.590.500.58
HSV211°53°79°
CMYK 0.530.270.00   0.21
XYZ25.813727.564659.8371
Yxy27.56460.22800.2435
Hunter Lab52.5020-4.1153-30.8221
CIE-Lab59.4933-1.6044-33.6591

#5f93ca color RGB value is (95,147,202).

#5f93ca hex color red value is 95, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5f93ca hue: 0.59 , saturation: 0.50 and the lightness value of 5f93ca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10010011 11001010
Octal 137 223 312
Decimal 95 147 202
Hex 5F 93 CA

RGB Percentages of Color #5f93ca

%21.40
%33.11
%45.50

CMYK Percentages of Color #5f93ca

%53
%27
%0
%21

Triadic Colors of #5f93ca

#5f93ca #ca5f93 #93ca5f

Analogous Colors of #5f93ca

#5f93ca #615fca #5fc9ca

Monochromatic Colors of #5f93ca

#5f93ca

Complementary Color

#5f93ca #ca965f

#5f93ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f93ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f93ca Color CSS Codes

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

#5f93ca Text Font Color

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

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


#5f93ca Background Color

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

This div background color is #5f93ca


#5f93ca Border Color

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

This div border color is #5f93ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f93ca


Comments

No comments written yet.

Please login to write comment.