Color Hex Logo

#01daae Color Hex

#01DAAE
(1,218,174)
0 Favorites   0 Comments

Color spaces of #01daae

RGB 1218174
HSL0.470.990.43
HSV168°100°85°
CMYK 1.000.000.20   0.15
XYZ32.723953.205348.5893
Yxy53.20530.24330.3955
Hunter Lab72.9420-47.568111.5641
CIE-Lab77.9961-54.71669.2269

#01daae color RGB value is (1,218,174).

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

The process color (four color CMYK) of #01daae color hex is 1.00, 0.00, 0.20, 0.15. Web safe color of #01daae is #00cc99. Color #01daae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011010 10101110
Octal 1 332 256
Decimal 1 218 174
Hex 1 DA AE

RGB Percentages of Color #01daae

%0.25
%55.47
%44.27

CMYK Percentages of Color #01daae

%100
%0
%20
%15

Triadic Colors of #01daae

#01daae #ae01da #daae01

Analogous Colors of #01daae

#01daae #019ada #01da42

Monochromatic Colors of #01daae

#01daae

Complementary Color

#01daae #da012d

#01daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#01daae Color CSS Codes

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

#01daae Text Font Color

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

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


#01daae Background Color

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

This div background color is #01daae


#01daae Border Color

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

This div border color is #01daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01daae


Comments

No comments written yet.

Please login to write comment.