Color Hex Logo

#5fb9ca Color Hex

#5FB9CA
(95,185,202)
0 Favorites   0 Comments

Color spaces of #5fb9ca

RGB 95185202
HSL0.530.500.58
HSV190°53°79°
CMYK 0.530.080.00   0.21
XYZ32.728941.395162.1422
Yxy41.39510.24020.3038
Hunter Lab64.3390-21.7913-12.2283
CIE-Lab70.4519-22.1806-16.8422

#5fb9ca color RGB value is (95,185,202).

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

The process color (four color CMYK) of #5fb9ca color hex is 0.53, 0.08, 0.00, 0.21. Web safe color of #5fb9ca is #66cccc. Color #5fb9ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111001 11001010
Octal 137 271 312
Decimal 95 185 202
Hex 5F B9 CA

RGB Percentages of Color #5fb9ca

%19.71
%38.38
%41.91

CMYK Percentages of Color #5fb9ca

%53
%8
%0
%21

Triadic Colors of #5fb9ca

#5fb9ca #ca5fb9 #b9ca5f

Analogous Colors of #5fb9ca

#5fb9ca #5f84ca #5fcaa6

Monochromatic Colors of #5fb9ca

#5fb9ca

Complementary Color

#5fb9ca #ca705f

#5fb9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb9ca Color CSS Codes

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

#5fb9ca Text Font Color

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

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


#5fb9ca Background Color

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

This div background color is #5fb9ca


#5fb9ca Border Color

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

This div border color is #5fb9ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,185,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 #5fb9ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb9ca


Comments

No comments written yet.

Please login to write comment.