Color Hex Logo

#5befea Color Hex

#5BEFEA
(91,239,234)
0 Favorites   0 Comments

Color spaces of #5befea

RGB 91239234
HSL0.490.820.65
HSV178°62°94°
CMYK 0.620.000.02   0.06
XYZ50.032269.897788.6965
Yxy69.89770.23980.3350
Hunter Lab83.6048-39.4875-4.3775
CIE-Lab86.9467-40.0217-9.2922

#5befea color RGB value is (91,239,234).

#5befea hex color red value is 91, green value is 239 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5befea hue: 0.49 , saturation: 0.82 and the lightness value of 5befea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101111 11101010
Octal 133 357 352
Decimal 91 239 234
Hex 5B EF EA

RGB Percentages of Color #5befea

%16.13
%42.38
%41.49

CMYK Percentages of Color #5befea

%62
%0
%2
%6

Triadic Colors of #5befea

#5befea #ea5bef #efea5b

Analogous Colors of #5befea

#5befea #5baaef #5befa0

Monochromatic Colors of #5befea

#5befea

Complementary Color

#5befea #ef5b60

#5befea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5befea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5befea Color CSS Codes

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

#5befea Text Font Color

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

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


#5befea Background Color

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

This div background color is #5befea


#5befea Border Color

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

This div border color is #5befea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,239,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 #5befea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5befea


Comments

No comments written yet.

Please login to write comment.