Color Hex Logo

#5ebfc8 Color Hex

#5EBFC8
(94,191,200)
0 Favorites   0 Comments

Color spaces of #5ebfc8

RGB 94191200
HSL0.510.490.58
HSV185°53°78°
CMYK 0.530.050.00   0.22
XYZ33.672243.811461.3253
Yxy43.81140.24260.3156
Hunter Lab66.1902-25.0265-8.5991
CIE-Lab72.1023-25.9594-13.2665

#5ebfc8 color RGB value is (94,191,200).

#5ebfc8 hex color red value is 94, green value is 191 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #5ebfc8 hue: 0.51 , saturation: 0.49 and the lightness value of 5ebfc8 is 0.58.

The process color (four color CMYK) of #5ebfc8 color hex is 0.53, 0.05, 0.00, 0.22. Web safe color of #5ebfc8 is #66cccc. Color #5ebfc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 11001000
Octal 136 277 310
Decimal 94 191 200
Hex 5E BF C8

RGB Percentages of Color #5ebfc8

%19.38
%39.38
%41.24

CMYK Percentages of Color #5ebfc8

%53
%5
%0
%22

Triadic Colors of #5ebfc8

#5ebfc8 #c85ebf #bfc85e

Analogous Colors of #5ebfc8

#5ebfc8 #5e8ac8 #5ec89c

Monochromatic Colors of #5ebfc8

#5ebfc8

Complementary Color

#5ebfc8 #c8675e

#5ebfc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfc8 Color CSS Codes

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

#5ebfc8 Text Font Color

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

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


#5ebfc8 Background Color

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

This div background color is #5ebfc8


#5ebfc8 Border Color

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

This div border color is #5ebfc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfc8


Comments

No comments written yet.

Please login to write comment.