Color Hex Logo

#60befd Color Hex

#60BEFD
(96,190,253)
0 Favorites   0 Comments

Color spaces of #60befd

RGB 96190253
HSL0.570.980.68
HSV204°62°99°
CMYK 0.620.250.00   0.01
XYZ40.966946.405699.7265
Yxy46.40560.21900.2480
Hunter Lab68.1217-11.8668-39.1123
CIE-Lab73.8080-9.4137-39.3874

#60befd color RGB value is (96,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111110 11111101
Octal 140 276 375
Decimal 96 190 253
Hex 60 BE FD

RGB Percentages of Color #60befd

%17.81
%35.25
%46.94

CMYK Percentages of Color #60befd

%62
%25
%0
%1

Triadic Colors of #60befd

#60befd #fd60be #befd60

Analogous Colors of #60befd

#60befd #6070fd #60fdee

Monochromatic Colors of #60befd

#60befd

Complementary Color

#60befd #fd9f60

#60befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60befd Color CSS Codes

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

#60befd Text Font Color

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

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


#60befd Background Color

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

This div background color is #60befd


#60befd Border Color

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

This div border color is #60befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60befd

Related Colors


Comments

No comments written yet.

Please login to write comment.