Color Hex Logo

#60dfca Color Hex

#60DFCA
(96,223,202)
0 Favorites   0 Comments

Color spaces of #60dfca

RGB 96223202
HSL0.470.660.63
HSV170°57°87°
CMYK 0.570.000.09   0.13
XYZ41.872259.526465.1600
Yxy59.52640.25140.3574
Hunter Lab77.1534-38.14393.9339
CIE-Lab81.5801-40.1525-0.2987

#60dfca color RGB value is (96,223,202).

#60dfca hex color red value is 96, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #60dfca hue: 0.47 , saturation: 0.66 and the lightness value of 60dfca is 0.63.

The process color (four color CMYK) of #60dfca color hex is 0.57, 0.00, 0.09, 0.13. Web safe color of #60dfca is #66cccc. Color #60dfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011111 11001010
Octal 140 337 312
Decimal 96 223 202
Hex 60 DF CA

RGB Percentages of Color #60dfca

%18.43
%42.80
%38.77

CMYK Percentages of Color #60dfca

%57
%0
%9
%13

Triadic Colors of #60dfca

#60dfca #ca60df #dfca60

Analogous Colors of #60dfca

#60dfca #60b5df #60df8b

Monochromatic Colors of #60dfca

#60dfca

Complementary Color

#60dfca #df6075

#60dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dfca Color CSS Codes

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

#60dfca Text Font Color

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

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


#60dfca Background Color

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

This div background color is #60dfca


#60dfca Border Color

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

This div border color is #60dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dfca


Comments

No comments written yet.

Please login to write comment.