Color Hex Logo

#5dafeb Color Hex

#5DAFEB
(93,175,235)
0 Favorites   0 Comments

Color spaces of #5dafeb

RGB 93175235
HSL0.570.780.64
HSV205°60°92°
CMYK 0.600.260.00   0.08
XYZ34.839638.985384.2859
Yxy38.98530.22030.2466
Hunter Lab62.4382-9.6665-36.3294
CIE-Lab68.7406-7.4273-37.5331

#5dafeb color RGB value is (93,175,235).

#5dafeb hex color red value is 93, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5dafeb hue: 0.57 , saturation: 0.78 and the lightness value of 5dafeb is 0.64.

The process color (four color CMYK) of #5dafeb color hex is 0.60, 0.26, 0.00, 0.08. Web safe color of #5dafeb is #6699ff. Color #5dafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101111 11101011
Octal 135 257 353
Decimal 93 175 235
Hex 5D AF EB

RGB Percentages of Color #5dafeb

%18.49
%34.79
%46.72

CMYK Percentages of Color #5dafeb

%60
%26
%0
%8

Triadic Colors of #5dafeb

#5dafeb #eb5daf #afeb5d

Analogous Colors of #5dafeb

#5dafeb #5d68eb #5debe0

Monochromatic Colors of #5dafeb

#5dafeb

Complementary Color

#5dafeb #eb995d

#5dafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dafeb Color CSS Codes

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

#5dafeb Text Font Color

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

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


#5dafeb Background Color

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

This div background color is #5dafeb


#5dafeb Border Color

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

This div border color is #5dafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dafeb


Comments

No comments written yet.

Please login to write comment.