Color Hex Logo

#5decfb Color Hex

#5DECFB
(93,236,251)
0 Favorites   0 Comments

Color spaces of #5decfb

RGB 93236251
HSL0.520.950.67
HSV186°63°98°
CMYK 0.630.060.00   0.02
XYZ51.922269.2831101.9032
Yxy69.28310.23270.3105
Hunter Lab83.2365-34.3170-14.3209
CIE-Lab86.6440-33.6965-18.6592

#5decfb color RGB value is (93,236,251).

#5decfb hex color red value is 93, green value is 236 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5decfb hue: 0.52 , saturation: 0.95 and the lightness value of 5decfb is 0.67.

The process color (four color CMYK) of #5decfb color hex is 0.63, 0.06, 0.00, 0.02. Web safe color of #5decfb is #66ffff. Color #5decfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101100 11111011
Octal 135 354 373
Decimal 93 236 251
Hex 5D EC FB

RGB Percentages of Color #5decfb

%16.03
%40.69
%43.28

CMYK Percentages of Color #5decfb

%63
%6
%0
%2

Triadic Colors of #5decfb

#5decfb #fb5dec #ecfb5d

Analogous Colors of #5decfb

#5decfb #5d9dfb #5dfbbb

Monochromatic Colors of #5decfb

#5decfb

Complementary Color

#5decfb #fb6c5d

#5decfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5decfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5decfb Color CSS Codes

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

#5decfb Text Font Color

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

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


#5decfb Background Color

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

This div background color is #5decfb


#5decfb Border Color

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

This div border color is #5decfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5decfb


Comments

No comments written yet.

Please login to write comment.