Color Hex Logo

#60deeb Color Hex

#60DEEB
(96,222,235)
0 Favorites   0 Comments

Color spaces of #60deeb

RGB 96222235
HSL0.520.780.65
HSV186°59°92°
CMYK 0.590.060.00   0.08
XYZ45.940560.727587.8975
Yxy60.72750.23610.3121
Hunter Lab77.9279-31.1433-12.3257
CIE-Lab82.2320-31.0199-16.8584

#60deeb color RGB value is (96,222,235).

#60deeb hex color red value is 96, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #60deeb hue: 0.52 , saturation: 0.78 and the lightness value of 60deeb is 0.65.

The process color (four color CMYK) of #60deeb color hex is 0.59, 0.06, 0.00, 0.08. Web safe color of #60deeb is #66ccff. Color #60deeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011110 11101011
Octal 140 336 353
Decimal 96 222 235
Hex 60 DE EB

RGB Percentages of Color #60deeb

%17.36
%40.14
%42.50

CMYK Percentages of Color #60deeb

%59
%6
%0
%8

Triadic Colors of #60deeb

#60deeb #eb60de #deeb60

Analogous Colors of #60deeb

#60deeb #6099eb #60ebb3

Monochromatic Colors of #60deeb

#60deeb

Complementary Color

#60deeb #eb6d60

#60deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60deeb Color CSS Codes

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

#60deeb Text Font Color

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

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


#60deeb Background Color

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

This div background color is #60deeb


#60deeb Border Color

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

This div border color is #60deeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,222,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60deeb


Comments

No comments written yet.

Please login to write comment.