Color Hex Logo

#5ebfbd Color Hex

#5EBFBD
(94,191,189)
0 Favorites   0 Comments

Color spaces of #5ebfbd

RGB 94191189
HSL0.500.430.56
HSV179°51°75°
CMYK 0.510.000.01   0.25
XYZ32.432243.315454.7955
Yxy43.31540.24840.3318
Hunter Lab65.8144-27.2136-3.2933
CIE-Lab71.7685-28.9181-7.7584

#5ebfbd color RGB value is (94,191,189).

#5ebfbd hex color red value is 94, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5ebfbd hue: 0.50 , saturation: 0.43 and the lightness value of 5ebfbd is 0.56.

The process color (four color CMYK) of #5ebfbd color hex is 0.51, 0.00, 0.01, 0.25. Web safe color of #5ebfbd is #66cccc. Color #5ebfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 10111101
Octal 136 277 275
Decimal 94 191 189
Hex 5E BF BD

RGB Percentages of Color #5ebfbd

%19.83
%40.30
%39.87

CMYK Percentages of Color #5ebfbd

%51
%0
%1
%25

Triadic Colors of #5ebfbd

#5ebfbd #bd5ebf #bfbd5e

Analogous Colors of #5ebfbd

#5ebfbd #5e91bf #5ebf8d

Monochromatic Colors of #5ebfbd

#5ebfbd

Complementary Color

#5ebfbd #bf5e60

#5ebfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfbd Color CSS Codes

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

#5ebfbd Text Font Color

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

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


#5ebfbd Background Color

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

This div background color is #5ebfbd


#5ebfbd Border Color

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

This div border color is #5ebfbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,191,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ebfbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ebfbd;
  -webkit-box-shadow: 1px 1px 3px 2px #5ebfbd;
  box-shadow:         1px 1px 3px 2px #5ebfbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,191,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfbd


Comments

No comments written yet.

Please login to write comment.