Color Hex Logo

#02fedd Color Hex

#02FEDD
(2,254,221)
0 Favorites   0 Comments

Color spaces of #02fedd

RGB 2254221
HSL0.480.990.50
HSV172°99°100°
CMYK 0.990.000.13   0.00
XYZ48.518076.117080.5415
Yxy76.11700.23650.3710
Hunter Lab87.2451-53.41296.3371
CIE-Lab89.9136-56.92491.7328

#02fedd color RGB value is (2,254,221).

#02fedd hex color red value is 2, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #02fedd hue: 0.48 , saturation: 0.99 and the lightness value of 02fedd is 0.50.

The process color (four color CMYK) of #02fedd color hex is 0.99, 0.00, 0.13, 0.00. Web safe color of #02fedd is #00ffcc. Color #02fedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11111110 11011101
Octal 2 376 335
Decimal 2 254 221
Hex 2 FE DD

RGB Percentages of Color #02fedd

%0.42
%53.25
%46.33

CMYK Percentages of Color #02fedd

%99
%0
%13
%0

Triadic Colors of #02fedd

#02fedd #dd02fe #fedd02

Analogous Colors of #02fedd

#02fedd #02a1fe #02fe5f

Monochromatic Colors of #02fedd

#02fedd

Complementary Color

#02fedd #fe0223

#02fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#02fedd Color CSS Codes

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

#02fedd Text Font Color

<p style="color:#02fedd">Text here</p>

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


#02fedd Background Color

<div style="background-color:#02fedd">
Div content here</div>

This div background color is #02fedd


#02fedd Border Color

<div style="border:3px solid #02fedd">
Div here</div>

This div border color is #02fedd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,254,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02fedd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02fedd;
  -webkit-box-shadow: 1px 1px 3px 2px #02fedd;
  box-shadow:         1px 1px 3px 2px #02fedd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.