Color Hex Logo

#01daea Color Hex

#01DAEA
(1,218,234)
0 Favorites   0 Comments

Color spaces of #01daea

RGB 1218234
HSL0.510.990.46
HSV184°100°92°
CMYK 1.000.070.00   0.08
XYZ39.935256.089886.5635
Yxy56.08980.21870.3072
Hunter Lab74.8931-35.8816-16.1038
CIE-Lab79.6649-37.8568-20.3375

#01daea color RGB value is (1,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011010 11101010
Octal 1 332 352
Decimal 1 218 234
Hex 1 DA EA

RGB Percentages of Color #01daea

%0.22
%48.12
%51.66

CMYK Percentages of Color #01daea

%100
%7
%0
%8

Triadic Colors of #01daea

#01daea #ea01da #daea01

Analogous Colors of #01daea

#01daea #0166ea #01ea86

Monochromatic Colors of #01daea

#01daea

Complementary Color

#01daea #ea1101

#01daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#01daea Color CSS Codes

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

#01daea Text Font Color

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

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


#01daea Background Color

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

This div background color is #01daea


#01daea Border Color

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

This div border color is #01daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01daea


Comments

No comments written yet.

Please login to write comment.