Color Hex Logo

#5dbfea Color Hex

#5DBFEA
(93,191,234)
0 Favorites   0 Comments

Color spaces of #5dbfea

RGB 93191234
HSL0.550.770.64
HSV198°60°92°
CMYK 0.600.180.00   0.08
XYZ37.996345.529384.6273
Yxy45.52930.22600.2708
Hunter Lab67.4754-17.5662-27.1284
CIE-Lab73.2391-16.3207-30.0248

#5dbfea color RGB value is (93,191,234).

#5dbfea hex color red value is 93, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5dbfea hue: 0.55 , saturation: 0.77 and the lightness value of 5dbfea is 0.64.

The process color (four color CMYK) of #5dbfea color hex is 0.60, 0.18, 0.00, 0.08. Web safe color of #5dbfea is #66ccff. Color #5dbfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111111 11101010
Octal 135 277 352
Decimal 93 191 234
Hex 5D BF EA

RGB Percentages of Color #5dbfea

%17.95
%36.87
%45.17

CMYK Percentages of Color #5dbfea

%60
%18
%0
%8

Triadic Colors of #5dbfea

#5dbfea #ea5dbf #bfea5d

Analogous Colors of #5dbfea

#5dbfea #5d79ea #5deacf

Monochromatic Colors of #5dbfea

#5dbfea

Complementary Color

#5dbfea #ea885d

#5dbfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbfea Color CSS Codes

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

#5dbfea Text Font Color

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

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


#5dbfea Background Color

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

This div background color is #5dbfea


#5dbfea Border Color

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

This div border color is #5dbfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbfea


Comments

No comments written yet.

Please login to write comment.