Color Hex Logo

#01deea Color Hex

#01DEEA
(1,222,234)
0 Favorites   0 Comments

Color spaces of #01deea

RGB 1222234
HSL0.510.990.46
HSV183°100°92°
CMYK 1.000.050.00   0.08
XYZ40.985158.189586.9135
Yxy58.18950.22020.3127
Hunter Lab76.2820-37.5884-14.1558
CIE-Lab80.8440-39.6858-18.5539

#01deea color RGB value is (1,222,234).

#01deea hex color red value is 1, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #01deea hue: 0.51 , saturation: 0.99 and the lightness value of 01deea is 0.46.

The process color (four color CMYK) of #01deea color hex is 1.00, 0.05, 0.00, 0.08. Web safe color of #01deea is #00ccff. Color #01deea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011110 11101010
Octal 1 336 352
Decimal 1 222 234
Hex 1 DE EA

RGB Percentages of Color #01deea

%0.22
%48.58
%51.20

CMYK Percentages of Color #01deea

%100
%5
%0
%8

Triadic Colors of #01deea

#01deea #ea01de #deea01

Analogous Colors of #01deea

#01deea #016aea #01ea82

Monochromatic Colors of #01deea

#01deea

Complementary Color

#01deea #ea0d01

#01deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#01deea Color CSS Codes

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

#01deea Text Font Color

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

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


#01deea Background Color

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

This div background color is #01deea


#01deea Border Color

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

This div border color is #01deea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,222,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01deea


Comments

No comments written yet.

Please login to write comment.