Color Hex Logo

#01fdea Color Hex

#01FDEA
(1,253,234)
0 Favorites   0 Comments

Color spaces of #01fdea

RGB 1253234
HSL0.490.990.50
HSV175°100°99°
CMYK 1.000.000.08   0.01
XYZ49.989176.197589.9148
Yxy76.19750.23130.3526
Hunter Lab87.2912-50.53780.0318
CIE-Lab89.9510-53.0872-4.9637

#01fdea color RGB value is (1,253,234).

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

The process color (four color CMYK) of #01fdea color hex is 1.00, 0.00, 0.08, 0.01. Web safe color of #01fdea is #00ffff. Color #01fdea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111101 11101010
Octal 1 375 352
Decimal 1 253 234
Hex 1 FD EA

RGB Percentages of Color #01fdea

%0.20
%51.84
%47.95

CMYK Percentages of Color #01fdea

%100
%0
%8
%1

Triadic Colors of #01fdea

#01fdea #ea01fd #fdea01

Analogous Colors of #01fdea

#01fdea #0192fd #01fd6c

Monochromatic Colors of #01fdea

#01fdea

Complementary Color

#01fdea #fd0114

#01fdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fdea Color CSS Codes

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

#01fdea Text Font Color

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

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


#01fdea Background Color

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

This div background color is #01fdea


#01fdea Border Color

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

This div border color is #01fdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fdea

Related Colors


Comments

No comments written yet.

Please login to write comment.