Color Hex Logo

#5dbef5 Color Hex

#5DBEF5
(93,190,245)
0 Favorites   0 Comments

Color spaces of #5dbef5

RGB 93190245
HSL0.560.880.66
HSV202°62°96°
CMYK 0.620.220.00   0.04
XYZ39.409145.746693.1391
Yxy45.74660.22100.2566
Hunter Lab67.6362-14.3581-34.3005
CIE-Lab73.3808-12.4219-35.7496

#5dbef5 color RGB value is (93,190,245).

#5dbef5 hex color red value is 93, green value is 190 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #5dbef5 hue: 0.56 , saturation: 0.88 and the lightness value of 5dbef5 is 0.66.

The process color (four color CMYK) of #5dbef5 color hex is 0.62, 0.22, 0.00, 0.04. Web safe color of #5dbef5 is #66ccff. Color #5dbef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 11110101
Octal 135 276 365
Decimal 93 190 245
Hex 5D BE F5

RGB Percentages of Color #5dbef5

%17.61
%35.98
%46.40

CMYK Percentages of Color #5dbef5

%62
%22
%0
%4

Triadic Colors of #5dbef5

#5dbef5 #f55dbe #bef55d

Analogous Colors of #5dbef5

#5dbef5 #5d72f5 #5df5e0

Monochromatic Colors of #5dbef5

#5dbef5

Complementary Color

#5dbef5 #f5945d

#5dbef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbef5 Color CSS Codes

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

#5dbef5 Text Font Color

<p style="color:#5dbef5">Text here</p>

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


#5dbef5 Background Color

<div style="background-color:#5dbef5">
Div content here</div>

This div background color is #5dbef5


#5dbef5 Border Color

<div style="border:3px solid #5dbef5">
Div here</div>

This div border color is #5dbef5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,190,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5dbef5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5dbef5;
  -webkit-box-shadow: 1px 1px 3px 2px #5dbef5;
  box-shadow:         1px 1px 3px 2px #5dbef5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbef5


Comments

No comments written yet.

Please login to write comment.