Color Hex Logo

#5edcee Color Hex

#5EDCEE
(94,220,238)
0 Favorites   0 Comments

Color spaces of #5edcee

RGB 94220238
HSL0.520.810.65
HSV188°61°93°
CMYK 0.610.080.00   0.07
XYZ45.641959.739190.0141
Yxy59.73910.23360.3057
Hunter Lab77.2911-29.8516-14.9461
CIE-Lab81.6962-29.5621-19.2652

#5edcee color RGB value is (94,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 11101110
Octal 136 334 356
Decimal 94 220 238
Hex 5E DC EE

RGB Percentages of Color #5edcee

%17.03
%39.86
%43.12

CMYK Percentages of Color #5edcee

%61
%8
%0
%7

Triadic Colors of #5edcee

#5edcee #ee5edc #dcee5e

Analogous Colors of #5edcee

#5edcee #5e94ee #5eeeb8

Monochromatic Colors of #5edcee

#5edcee

Complementary Color

#5edcee #ee705e

#5edcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edcee Color CSS Codes

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

#5edcee Text Font Color

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

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


#5edcee Background Color

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

This div background color is #5edcee


#5edcee Border Color

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

This div border color is #5edcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edcee

#5edcee Color Palettes


Comments

No comments written yet.

Please login to write comment.