Color Hex Logo

#5be6da Color Hex

#5BE6DA
(91,230,218)
0 Favorites   0 Comments

Color spaces of #5be6da

RGB 91230218
HSL0.490.740.63
HSV175°60°90°
CMYK 0.600.000.05   0.10
XYZ45.266163.879776.2739
Yxy63.87970.24410.3445
Hunter Lab79.9248-38.7733-0.6344
CIE-Lab83.9031-40.1523-5.3774

#5be6da color RGB value is (91,230,218).

#5be6da hex color red value is 91, green value is 230 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5be6da hue: 0.49 , saturation: 0.74 and the lightness value of 5be6da is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11100110 11011010
Octal 133 346 332
Decimal 91 230 218
Hex 5B E6 DA

RGB Percentages of Color #5be6da

%16.88
%42.67
%40.45

CMYK Percentages of Color #5be6da

%60
%0
%5
%10

Triadic Colors of #5be6da

#5be6da #da5be6 #e6da5b

Analogous Colors of #5be6da

#5be6da #5bade6 #5be695

Monochromatic Colors of #5be6da

#5be6da

Complementary Color

#5be6da #e65b67

#5be6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be6da Color CSS Codes

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

#5be6da Text Font Color

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

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


#5be6da Background Color

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

This div background color is #5be6da


#5be6da Border Color

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

This div border color is #5be6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be6da


Comments

No comments written yet.

Please login to write comment.