Color Hex Logo

#60ddfd Color Hex

#60DDFD
(96,221,253)
0 Favorites   0 Comments

Color spaces of #60ddfd

RGB 96221253
HSL0.530.980.68
HSV192°62°99°
CMYK 0.620.130.00   0.01
XYZ48.409961.2915102.2075
Yxy61.29150.22840.2892
Hunter Lab78.2889-26.6302-22.6019
CIE-Lab82.5352-25.4183-25.9380

#60ddfd color RGB value is (96,221,253).

#60ddfd hex color red value is 96, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #60ddfd hue: 0.53 , saturation: 0.98 and the lightness value of 60ddfd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011101 11111101
Octal 140 335 375
Decimal 96 221 253
Hex 60 DD FD

RGB Percentages of Color #60ddfd

%16.84
%38.77
%44.39

CMYK Percentages of Color #60ddfd

%62
%13
%0
%1

Triadic Colors of #60ddfd

#60ddfd #fd60dd #ddfd60

Analogous Colors of #60ddfd

#60ddfd #608ffd #60fdcf

Monochromatic Colors of #60ddfd

#60ddfd

Complementary Color

#60ddfd #fd8060

#60ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ddfd Color CSS Codes

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

#60ddfd Text Font Color

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

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


#60ddfd Background Color

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

This div background color is #60ddfd


#60ddfd Border Color

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

This div border color is #60ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ddfd


Comments

No comments written yet.

Please login to write comment.