Color Hex Logo

#60beea Color Hex

#60BEEA
(96,190,234)
0 Favorites   0 Comments

Color spaces of #60beea

RGB 96190234
HSL0.550.770.65
HSV199°59°92°
CMYK 0.590.190.00   0.08
XYZ38.088645.254284.5694
Yxy45.25420.22680.2695
Hunter Lab67.2712-16.6590-27.4460
CIE-Lab73.0590-15.2464-30.2933

#60beea color RGB value is (96,190,234).

#60beea hex color red value is 96, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #60beea hue: 0.55 , saturation: 0.77 and the lightness value of 60beea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111110 11101010
Octal 140 276 352
Decimal 96 190 234
Hex 60 BE EA

RGB Percentages of Color #60beea

%18.46
%36.54
%45.00

CMYK Percentages of Color #60beea

%59
%19
%0
%8

Triadic Colors of #60beea

#60beea #ea60be #beea60

Analogous Colors of #60beea

#60beea #6079ea #60ead1

Monochromatic Colors of #60beea

#60beea

Complementary Color

#60beea #ea8c60

#60beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#60beea Color CSS Codes

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

#60beea Text Font Color

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

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


#60beea Background Color

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

This div background color is #60beea


#60beea Border Color

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

This div border color is #60beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60beea


Comments

No comments written yet.

Please login to write comment.