Color Hex Logo

#5dbeff Color Hex

#5DBEFF
(93,190,255)
0 Favorites   0 Comments

Color spaces of #5dbeff

RGB 93190255
HSL0.571.000.68
HSV204°64°100°
CMYK 0.640.250.00   0.00
XYZ40.977746.3741101.3991
Yxy46.37410.21710.2457
Hunter Lab68.0985-11.7616-40.6142
CIE-Lab73.7876-9.2930-40.5023

#5dbeff color RGB value is (93,190,255).

#5dbeff hex color red value is 93, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5dbeff hue: 0.57 , saturation: 1.00 and the lightness value of 5dbeff is 0.68.

The process color (four color CMYK) of #5dbeff color hex is 0.64, 0.25, 0.00, 0.00. Web safe color of #5dbeff is #66ccff. Color #5dbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 11111111
Octal 135 276 377
Decimal 93 190 255
Hex 5D BE FF

RGB Percentages of Color #5dbeff

%17.29
%35.32
%47.40

CMYK Percentages of Color #5dbeff

%64
%25
%0
%0

Triadic Colors of #5dbeff

#5dbeff #ff5dbe #beff5d

Analogous Colors of #5dbeff

#5dbeff #5d6dff #5dffef

Monochromatic Colors of #5dbeff

#5dbeff

Complementary Color

#5dbeff #ff9e5d

#5dbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbeff Color CSS Codes

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

#5dbeff Text Font Color

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

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


#5dbeff Background Color

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

This div background color is #5dbeff


#5dbeff Border Color

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

This div border color is #5dbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbeff


Comments

No comments written yet.

Please login to write comment.