Color Hex Logo

#60cfed Color Hex

#60CFED
(96,207,237)
0 Favorites   0 Comments

Color spaces of #60cfed

RGB 96207237
HSL0.540.800.65
HSV193°59°93°
CMYK 0.590.130.00   0.07
XYZ42.422853.226988.1587
Yxy53.22690.23080.2896
Hunter Lab72.9568-23.8804-20.5745
CIE-Lab78.0088-23.0985-24.3241

#60cfed color RGB value is (96,207,237).

#60cfed hex color red value is 96, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #60cfed hue: 0.54 , saturation: 0.80 and the lightness value of 60cfed is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001111 11101101
Octal 140 317 355
Decimal 96 207 237
Hex 60 CF ED

RGB Percentages of Color #60cfed

%17.78
%38.33
%43.89

CMYK Percentages of Color #60cfed

%59
%13
%0
%7

Triadic Colors of #60cfed

#60cfed #ed60cf #cfed60

Analogous Colors of #60cfed

#60cfed #6089ed #60edc5

Monochromatic Colors of #60cfed

#60cfed

Complementary Color

#60cfed #ed7e60

#60cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cfed Color CSS Codes

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

#60cfed Text Font Color

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

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


#60cfed Background Color

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

This div background color is #60cfed


#60cfed Border Color

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

This div border color is #60cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cfed


Comments

No comments written yet.

Please login to write comment.