Color Hex Logo

#00fdea Color Hex

#00FDEA
(0,253,234)
0 Favorites   0 Comments

Color spaces of #00fdea

RGB 0253234
HSL0.491.000.50
HSV175°100°99°
CMYK 1.000.000.08   0.01
XYZ49.976676.191189.9142
Yxy76.19110.23130.3526
Hunter Lab87.2875-50.55270.0271
CIE-Lab89.9480-53.1081-4.9684

#00fdea color RGB value is (0,253,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111101 11101010
Octal 0 375 352
Decimal 0 253 234
Hex 0 FD EA

RGB Percentages of Color #00fdea

%0.00
%51.95
%48.05

CMYK Percentages of Color #00fdea

%100
%0
%8
%1

Triadic Colors of #00fdea

#00fdea #ea00fd #fdea00

Analogous Colors of #00fdea

#00fdea #0092fd #00fd6c

Monochromatic Colors of #00fdea

#00fdea

Complementary Color

#00fdea #fd0013

#00fdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fdea Color CSS Codes

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

#00fdea Text Font Color

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

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


#00fdea Background Color

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

This div background color is #00fdea


#00fdea Border Color

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

This div border color is #00fdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fdea

Related Colors

#00fdea Color Palettes


Comments

No comments written yet.

Please login to write comment.