Color Hex Logo

#5edbea Color Hex

#5EDBEA
(94,219,234)
0 Favorites   0 Comments

Color spaces of #5edbea

RGB 94219234
HSL0.520.770.64
HSV186°60°92°
CMYK 0.600.060.00   0.08
XYZ44.798958.983286.8657
Yxy58.98320.23500.3094
Hunter Lab76.8005-30.2792-13.3000
CIE-Lab81.2824-30.2040-17.7642

#5edbea color RGB value is (94,219,234).

#5edbea hex color red value is 94, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5edbea hue: 0.52 , saturation: 0.77 and the lightness value of 5edbea is 0.64.

The process color (four color CMYK) of #5edbea color hex is 0.60, 0.06, 0.00, 0.08. Web safe color of #5edbea is #66ccff. Color #5edbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 11101010
Octal 136 333 352
Decimal 94 219 234
Hex 5E DB EA

RGB Percentages of Color #5edbea

%17.18
%40.04
%42.78

CMYK Percentages of Color #5edbea

%60
%6
%0
%8

Triadic Colors of #5edbea

#5edbea #ea5edb #dbea5e

Analogous Colors of #5edbea

#5edbea #5e95ea #5eeab3

Monochromatic Colors of #5edbea

#5edbea

Complementary Color

#5edbea #ea6d5e

#5edbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbea Color CSS Codes

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

#5edbea Text Font Color

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

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


#5edbea Background Color

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

This div background color is #5edbea


#5edbea Border Color

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

This div border color is #5edbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbea


Comments

No comments written yet.

Please login to write comment.