Color Hex Logo

#5dbcff Color Hex

#5DBCFF
(93,188,255)
0 Favorites   0 Comments

Color spaces of #5dbcff

RGB 93188255
HSL0.571.000.68
HSV205°64°100°
CMYK 0.640.260.00   0.00
XYZ40.547445.5136101.2557
Yxy45.51360.21650.2430
Hunter Lab67.4638-10.7787-41.7631
CIE-Lab73.2288-8.2110-41.3737

#5dbcff color RGB value is (93,188,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111100 11111111
Octal 135 274 377
Decimal 93 188 255
Hex 5D BC FF

RGB Percentages of Color #5dbcff

%17.35
%35.07
%47.57

CMYK Percentages of Color #5dbcff

%64
%26
%0
%0

Triadic Colors of #5dbcff

#5dbcff #ff5dbc #bcff5d

Analogous Colors of #5dbcff

#5dbcff #5d6bff #5dfff1

Monochromatic Colors of #5dbcff

#5dbcff

Complementary Color

#5dbcff #ffa05d

#5dbcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbcff Color CSS Codes

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

#5dbcff Text Font Color

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

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


#5dbcff Background Color

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

This div background color is #5dbcff


#5dbcff Border Color

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

This div border color is #5dbcff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,188,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 #5dbcff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbcff

Related Colors

#5dbcff Color Palettes


Comments

No comments written yet.

Please login to write comment.