Color Hex Logo

#5dfbec Color Hex

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

Color spaces of #5dfbec

RGB 93251236
HSL0.480.950.67
HSV174°63°98°
CMYK 0.630.000.06   0.02
XYZ54.151777.377691.4382
Yxy77.37760.24290.3470
Hunter Lab87.9645-44.0519-0.0561
CIE-Lab90.4951-44.5275-5.0793

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

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

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

Base Numbers

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

RGB Percentages of Color #5dfbec

%16.03
%43.28
%40.69

CMYK Percentages of Color #5dfbec

%63
%0
%6
%2

Triadic Colors of #5dfbec

#5dfbec #ec5dfb #fbec5d

Analogous Colors of #5dfbec

#5dfbec #5dbbfb #5dfb9d

Monochromatic Colors of #5dfbec

#5dfbec

Complementary Color

#5dfbec #fb5d6c

#5dfbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfbec Color CSS Codes

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

#5dfbec Text Font Color

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

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


#5dfbec Background Color

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

This div background color is #5dfbec


#5dfbec Border Color

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

This div border color is #5dfbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfbec


Comments

No comments written yet.

Please login to write comment.