Color Hex Logo

#5ebfda Color Hex

#5EBFDA
(94,191,218)
0 Favorites   0 Comments

Color spaces of #5ebfda

RGB 94191218
HSL0.540.630.61
HSV193°57°85°
CMYK 0.570.120.00   0.15
XYZ35.901844.703273.0660
Yxy44.70320.23360.2909
Hunter Lab66.8605-21.1573-17.9906
CIE-Lab72.6960-20.8763-22.1740

#5ebfda color RGB value is (94,191,218).

#5ebfda hex color red value is 94, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5ebfda hue: 0.54 , saturation: 0.63 and the lightness value of 5ebfda is 0.61.

The process color (four color CMYK) of #5ebfda color hex is 0.57, 0.12, 0.00, 0.15. Web safe color of #5ebfda is #66cccc. Color #5ebfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 11011010
Octal 136 277 332
Decimal 94 191 218
Hex 5E BF DA

RGB Percentages of Color #5ebfda

%18.69
%37.97
%43.34

CMYK Percentages of Color #5ebfda

%57
%12
%0
%15

Triadic Colors of #5ebfda

#5ebfda #da5ebf #bfda5e

Analogous Colors of #5ebfda

#5ebfda #5e81da #5edab7

Monochromatic Colors of #5ebfda

#5ebfda

Complementary Color

#5ebfda #da795e

#5ebfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfda Color CSS Codes

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

#5ebfda Text Font Color

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

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


#5ebfda Background Color

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

This div background color is #5ebfda


#5ebfda Border Color

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

This div border color is #5ebfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfda


Comments

No comments written yet.

Please login to write comment.