Color Hex Logo

#01edee Color Hex

#01EDEE
(1,237,238)
0 Favorites   0 Comments

Color spaces of #01edee

RGB 1237238
HSL0.500.990.47
HSV180°100°93°
CMYK 1.000.000.00   0.07
XYZ45.729366.747991.3624
Yxy66.74790.22430.3275
Hunter Lab81.6994-43.0628-9.1130
CIE-Lab85.3765-45.1757-13.8524

#01edee color RGB value is (1,237,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101101 11101110
Octal 1 355 356
Decimal 1 237 238
Hex 1 ED EE

RGB Percentages of Color #01edee

%0.21
%49.79
%50.00

CMYK Percentages of Color #01edee

%100
%0
%0
%7

Triadic Colors of #01edee

#01edee #ee01ed #edee01

Analogous Colors of #01edee

#01edee #0177ee #01ee79

Monochromatic Colors of #01edee

#01edee

Complementary Color

#01edee #ee0201

#01edee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01edee Color Preview on White Background

Lorem ipsum dolor sit amet.

#01edee Color CSS Codes

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

#01edee Text Font Color

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

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


#01edee Background Color

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

This div background color is #01edee


#01edee Border Color

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

This div border color is #01edee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01edee


Comments

No comments written yet.

Please login to write comment.