Color Hex Logo

#5befca Color Hex

#5BEFCA
(91,239,202)
0 Favorites   0 Comments

Color spaces of #5befca

RGB 91239202
HSL0.460.820.65
HSV165°62°94°
CMYK 0.620.000.15   0.06
XYZ45.841668.221466.6291
Yxy68.22140.25370.3776
Hunter Lab82.5962-45.47459.9891
CIE-Lab86.1170-48.04736.2664

#5befca color RGB value is (91,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101111 11001010
Octal 133 357 312
Decimal 91 239 202
Hex 5B EF CA

RGB Percentages of Color #5befca

%17.11
%44.92
%37.97

CMYK Percentages of Color #5befca

%62
%0
%15
%6

Triadic Colors of #5befca

#5befca #ca5bef #efca5b

Analogous Colors of #5befca

#5befca #5bcaef #5bef80

Monochromatic Colors of #5befca

#5befca

Complementary Color

#5befca #ef5b80

#5befca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5befca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5befca Color CSS Codes

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

#5befca Text Font Color

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

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


#5befca Background Color

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

This div background color is #5befca


#5befca Border Color

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

This div border color is #5befca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5befca


Comments

No comments written yet.

Please login to write comment.