Color Hex Logo

#5beedf Color Hex

#5BEEDF
(91,238,223)
0 Favorites   0 Comments

Color spaces of #5beedf

RGB 91238223
HSL0.480.810.65
HSV174°62°93°
CMYK 0.620.000.06   0.07
XYZ48.208268.700980.5318
Yxy68.70090.24420.3480
Hunter Lab82.8860-41.23130.4142
CIE-Lab86.3557-42.4414-4.3943

#5beedf color RGB value is (91,238,223).

#5beedf hex color red value is 91, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5beedf hue: 0.48 , saturation: 0.81 and the lightness value of 5beedf is 0.65.

The process color (four color CMYK) of #5beedf color hex is 0.62, 0.00, 0.06, 0.07. Web safe color of #5beedf is #66ffcc. Color #5beedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101110 11011111
Octal 133 356 337
Decimal 91 238 223
Hex 5B EE DF

RGB Percentages of Color #5beedf

%16.49
%43.12
%40.40

CMYK Percentages of Color #5beedf

%62
%0
%6
%7

Triadic Colors of #5beedf

#5beedf #df5bee #eedf5b

Analogous Colors of #5beedf

#5beedf #5bb4ee #5bee96

Monochromatic Colors of #5beedf

#5beedf

Complementary Color

#5beedf #ee5b6a

#5beedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beedf Color CSS Codes

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

#5beedf Text Font Color

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

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


#5beedf Background Color

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

This div background color is #5beedf


#5beedf Border Color

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

This div border color is #5beedf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,238,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5beedf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5beedf;
  -webkit-box-shadow: 1px 1px 3px 2px #5beedf;
  box-shadow:         1px 1px 3px 2px #5beedf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,238,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beedf


Comments

No comments written yet.

Please login to write comment.