Color Hex Logo

#00dffa Color Hex

#00DFFA
(0,223,250)
0 Favorites   0 Comments

Color spaces of #00dffa

RGB 0223250
HSL0.521.000.49
HSV186°100°98°
CMYK 1.000.110.00   0.02
XYZ43.643059.677599.6612
Yxy59.67750.21500.2940
Hunter Lab77.2512-34.3462-22.4137
CIE-Lab81.6626-35.2188-25.8026

#00dffa color RGB value is (0,223,250).

#00dffa hex color red value is 0, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #00dffa hue: 0.52 , saturation: 1.00 and the lightness value of 00dffa is 0.49.

The process color (four color CMYK) of #00dffa color hex is 1.00, 0.11, 0.00, 0.02. Web safe color of #00dffa is #00ccff. Color #00dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011111 11111010
Octal 0 337 372
Decimal 0 223 250
Hex 0 DF FA

RGB Percentages of Color #00dffa

%0.00
%47.15
%52.85

CMYK Percentages of Color #00dffa

%100
%11
%0
%2

Triadic Colors of #00dffa

#00dffa #fa00df #dffa00

Analogous Colors of #00dffa

#00dffa #0062fa #00fa98

Monochromatic Colors of #00dffa

#00dffa

Complementary Color

#00dffa #fa1b00

#00dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dffa Color CSS Codes

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

#00dffa Text Font Color

<p style="color:#00dffa">Text here</p>

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


#00dffa Background Color

<div style="background-color:#00dffa">
Div content here</div>

This div background color is #00dffa


#00dffa Border Color

<div style="border:3px solid #00dffa">
Div here</div>

This div border color is #00dffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,223,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00dffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00dffa;
  -webkit-box-shadow: 1px 1px 3px 2px #00dffa;
  box-shadow:         1px 1px 3px 2px #00dffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,223,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dffa


Comments

No comments written yet.

Please login to write comment.