Color Hex Logo

#05edee Color Hex

#05EDEE
(5,237,238)
0 Favorites   0 Comments

Color spaces of #05edee

RGB 5237238
HSL0.500.960.48
HSV180°98°93°
CMYK 0.980.000.00   0.07
XYZ45.779466.773791.3647
Yxy66.77370.22450.3275
Hunter Lab81.7152-43.0003-9.0908
CIE-Lab85.3895-45.0890-13.8315

#05edee color RGB value is (5,237,238).

#05edee hex color red value is 5, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #05edee hue: 0.50 , saturation: 0.96 and the lightness value of 05edee is 0.48.

The process color (four color CMYK) of #05edee color hex is 0.98, 0.00, 0.00, 0.07. Web safe color of #05edee is #00ffff. Color #05edee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11101101 11101110
Octal 5 355 356
Decimal 5 237 238
Hex 5 ED EE

RGB Percentages of Color #05edee

%1.04
%49.38
%49.58

CMYK Percentages of Color #05edee

%98
%0
%0
%7

Triadic Colors of #05edee

#05edee #ee05ed #edee05

Analogous Colors of #05edee

#05edee #0579ee #05ee7b

Monochromatic Colors of #05edee

#05edee

Complementary Color

#05edee #ee0605

#05edee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05edee Color Preview on White Background

Lorem ipsum dolor sit amet.

#05edee Color CSS Codes

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

#05edee Text Font Color

<p style="color:#05edee">Text here</p>

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


#05edee Background Color

<div style="background-color:#05edee">
Div content here</div>

This div background color is #05edee


#05edee Border Color

<div style="border:3px solid #05edee">
Div here</div>

This div border color is #05edee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05edee


Comments

No comments written yet.

Please login to write comment.