Color Hex Logo

#5be4cf Color Hex

#5BE4CF
(91,228,207)
0 Favorites   0 Comments

Color spaces of #5be4cf

RGB 91228207
HSL0.470.720.63
HSV171°60°89°
CMYK 0.600.000.09   0.11
XYZ43.320362.215968.7571
Yxy62.21590.24850.3570
Hunter Lab78.8771-40.00033.5309
CIE-Lab83.0281-42.0577-0.8481

#5be4cf color RGB value is (91,228,207).

#5be4cf hex color red value is 91, green value is 228 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5be4cf hue: 0.47 , saturation: 0.72 and the lightness value of 5be4cf is 0.63.

The process color (four color CMYK) of #5be4cf color hex is 0.60, 0.00, 0.09, 0.11. Web safe color of #5be4cf is #66cccc. Color #5be4cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11100100 11001111
Octal 133 344 317
Decimal 91 228 207
Hex 5B E4 CF

RGB Percentages of Color #5be4cf

%17.30
%43.35
%39.35

CMYK Percentages of Color #5be4cf

%60
%0
%9
%11

Triadic Colors of #5be4cf

#5be4cf #cf5be4 #e4cf5b

Analogous Colors of #5be4cf

#5be4cf #5bb5e4 #5be48b

Monochromatic Colors of #5be4cf

#5be4cf

Complementary Color

#5be4cf #e45b70

#5be4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be4cf Color CSS Codes

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

#5be4cf Text Font Color

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

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


#5be4cf Background Color

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

This div background color is #5be4cf


#5be4cf Border Color

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

This div border color is #5be4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be4cf


Comments

No comments written yet.

Please login to write comment.