Color Hex Logo

#5ebfc0 Color Hex

#5EBFC0
(94,191,192)
0 Favorites   0 Comments

Color spaces of #5ebfc0

RGB 94191192
HSL0.500.440.56
HSV181°51°75°
CMYK 0.510.010.00   0.25
XYZ32.761343.447156.5286
Yxy43.44710.24680.3273
Hunter Lab65.9144-26.6308-4.7074
CIE-Lab71.8574-28.1233-9.2650

#5ebfc0 color RGB value is (94,191,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 11000000
Octal 136 277 300
Decimal 94 191 192
Hex 5E BF C0

RGB Percentages of Color #5ebfc0

%19.71
%40.04
%40.25

CMYK Percentages of Color #5ebfc0

%51
%1
%0
%25

Triadic Colors of #5ebfc0

#5ebfc0 #c05ebf #bfc05e

Analogous Colors of #5ebfc0

#5ebfc0 #5e8ec0 #5ec090

Monochromatic Colors of #5ebfc0

#5ebfc0

Complementary Color

#5ebfc0 #c05f5e

#5ebfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfc0 Color CSS Codes

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

#5ebfc0 Text Font Color

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

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


#5ebfc0 Background Color

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

This div background color is #5ebfc0


#5ebfc0 Border Color

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

This div border color is #5ebfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfc0


Comments

No comments written yet.

Please login to write comment.