Color Hex Logo

#5edbed Color Hex

#5EDBED
(94,219,237)
0 Favorites   0 Comments

Color spaces of #5edbed

RGB 94219237
HSL0.520.800.65
HSV188°60°93°
CMYK 0.600.080.00   0.07
XYZ45.233759.157189.1552
Yxy59.15710.23370.3056
Hunter Lab76.9137-29.6212-14.8870
CIE-Lab81.3779-29.3609-19.2150

#5edbed color RGB value is (94,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 11101101
Octal 136 333 355
Decimal 94 219 237
Hex 5E DB ED

RGB Percentages of Color #5edbed

%17.09
%39.82
%43.09

CMYK Percentages of Color #5edbed

%60
%8
%0
%7

Triadic Colors of #5edbed

#5edbed #ed5edb #dbed5e

Analogous Colors of #5edbed

#5edbed #5e94ed #5eedb8

Monochromatic Colors of #5edbed

#5edbed

Complementary Color

#5edbed #ed705e

#5edbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbed Color CSS Codes

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

#5edbed Text Font Color

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

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


#5edbed Background Color

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

This div background color is #5edbed


#5edbed Border Color

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

This div border color is #5edbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbed


Comments

No comments written yet.

Please login to write comment.