Color Hex Logo

#5edceb Color Hex

#5EDCEB
(94,220,235)
0 Favorites   0 Comments

Color spaces of #5edceb

RGB 94220235
HSL0.520.780.65
HSV186°60°92°
CMYK 0.600.060.00   0.08
XYZ45.204759.564287.7118
Yxy59.56420.23490.3095
Hunter Lab77.1778-30.5100-13.3580
CIE-Lab81.6007-30.4049-17.8156

#5edceb color RGB value is (94,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 11101011
Octal 136 334 353
Decimal 94 220 235
Hex 5E DC EB

RGB Percentages of Color #5edceb

%17.12
%40.07
%42.81

CMYK Percentages of Color #5edceb

%60
%6
%0
%8

Triadic Colors of #5edceb

#5edceb #eb5edc #dceb5e

Analogous Colors of #5edceb

#5edceb #5e96eb #5eebb4

Monochromatic Colors of #5edceb

#5edceb

Complementary Color

#5edceb #eb6d5e

#5edceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edceb Color CSS Codes

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

#5edceb Text Font Color

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

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


#5edceb Background Color

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

This div background color is #5edceb


#5edceb Border Color

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

This div border color is #5edceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edceb


Comments

No comments written yet.

Please login to write comment.