Color Hex Logo

#5edbeb Color Hex

#5EDBEB
(94,219,235)
0 Favorites   0 Comments

Color spaces of #5edbeb

RGB 94219235
HSL0.520.780.65
HSV187°60°92°
CMYK 0.600.070.00   0.08
XYZ44.943059.040987.6245
Yxy59.04090.23460.3081
Hunter Lab76.8381-30.0610-13.8264
CIE-Lab81.3141-29.9239-18.2480

#5edbeb color RGB value is (94,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 11101011
Octal 136 333 353
Decimal 94 219 235
Hex 5E DB EB

RGB Percentages of Color #5edbeb

%17.15
%39.96
%42.88

CMYK Percentages of Color #5edbeb

%60
%7
%0
%8

Triadic Colors of #5edbeb

#5edbeb #eb5edb #dbeb5e

Analogous Colors of #5edbeb

#5edbeb #5e95eb #5eebb5

Monochromatic Colors of #5edbeb

#5edbeb

Complementary Color

#5edbeb #eb6e5e

#5edbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbeb Color CSS Codes

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

#5edbeb Text Font Color

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

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


#5edbeb Background Color

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

This div background color is #5edbeb


#5edbeb Border Color

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

This div border color is #5edbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbeb

#5edbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.