Color Hex Logo

#5fbaca Color Hex

#5FBACA
(95,186,202)
0 Favorites   0 Comments

Color spaces of #5fbaca

RGB 95186202
HSL0.520.500.58
HSV189°53°79°
CMYK 0.530.080.00   0.21
XYZ32.938941.815062.2121
Yxy41.81500.24050.3053
Hunter Lab64.6645-22.2383-11.7762
CIE-Lab70.7432-22.6884-16.4021

#5fbaca color RGB value is (95,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111010 11001010
Octal 137 272 312
Decimal 95 186 202
Hex 5F BA CA

RGB Percentages of Color #5fbaca

%19.67
%38.51
%41.82

CMYK Percentages of Color #5fbaca

%53
%8
%0
%21

Triadic Colors of #5fbaca

#5fbaca #ca5fba #baca5f

Analogous Colors of #5fbaca

#5fbaca #5f85ca #5fcaa5

Monochromatic Colors of #5fbaca

#5fbaca

Complementary Color

#5fbaca #ca6f5f

#5fbaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbaca Color CSS Codes

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

#5fbaca Text Font Color

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

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


#5fbaca Background Color

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

This div background color is #5fbaca


#5fbaca Border Color

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

This div border color is #5fbaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbaca


Comments

No comments written yet.

Please login to write comment.