Color Hex Logo

#5be5cf Color Hex

#5BE5CF
(91,229,207)
0 Favorites   0 Comments

Color spaces of #5be5cf

RGB 91229207
HSL0.470.730.63
HSV170°60°90°
CMYK 0.600.000.10   0.10
XYZ43.596262.767868.8491
Yxy62.76780.24880.3582
Hunter Lab79.2261-40.42163.9341
CIE-Lab83.3201-42.5010-0.4213

#5be5cf color RGB value is (91,229,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11100101 11001111
Octal 133 345 317
Decimal 91 229 207
Hex 5B E5 CF

RGB Percentages of Color #5be5cf

%17.27
%43.45
%39.28

CMYK Percentages of Color #5be5cf

%60
%0
%10
%10

Triadic Colors of #5be5cf

#5be5cf #cf5be5 #e5cf5b

Analogous Colors of #5be5cf

#5be5cf #5bb6e5 #5be58a

Monochromatic Colors of #5be5cf

#5be5cf

Complementary Color

#5be5cf #e55b71

#5be5cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be5cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be5cf Color CSS Codes

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

#5be5cf Text Font Color

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

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


#5be5cf Background Color

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

This div background color is #5be5cf


#5be5cf Border Color

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

This div border color is #5be5cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be5cf


Comments

No comments written yet.

Please login to write comment.