Color Hex Logo

#60bfca Color Hex

#60BFCA
(96,191,202)
0 Favorites   0 Comments

Color spaces of #60bfca

RGB 96191202
HSL0.520.500.58
HSV186°52°79°
CMYK 0.520.050.00   0.21
XYZ34.115344.012762.5743
Yxy44.01270.24250.3128
Hunter Lab66.3421-24.3080-9.4833
CIE-Lab72.2370-24.9950-14.1480

#60bfca color RGB value is (96,191,202).

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

The process color (four color CMYK) of #60bfca color hex is 0.52, 0.05, 0.00, 0.21. Web safe color of #60bfca is #66cccc. Color #60bfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111111 11001010
Octal 140 277 312
Decimal 96 191 202
Hex 60 BF CA

RGB Percentages of Color #60bfca

%19.63
%39.06
%41.31

CMYK Percentages of Color #60bfca

%52
%5
%0
%21

Triadic Colors of #60bfca

#60bfca #ca60bf #bfca60

Analogous Colors of #60bfca

#60bfca #608aca #60caa0

Monochromatic Colors of #60bfca

#60bfca

Complementary Color

#60bfca #ca6b60

#60bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bfca Color CSS Codes

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

#60bfca Text Font Color

<p style="color:#60bfca">Text here</p>

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


#60bfca Background Color

<div style="background-color:#60bfca">
Div content here</div>

This div background color is #60bfca


#60bfca Border Color

<div style="border:3px solid #60bfca">
Div here</div>

This div border color is #60bfca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,191,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60bfca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60bfca;
  -webkit-box-shadow: 1px 1px 3px 2px #60bfca;
  box-shadow:         1px 1px 3px 2px #60bfca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,191,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 #60bfca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bfca


Comments

No comments written yet.

Please login to write comment.