Color Hex Logo

#02abdf Color Hex

#02ABDF
(2,171,223)
0 Favorites   0 Comments

Color spaces of #02abdf

RGB 2171223
HSL0.540.980.44
HSV194°99°87°
CMYK 0.990.230.00   0.13
XYZ27.907234.466474.9939
Yxy34.46640.20320.2509
Hunter Lab58.7081-17.8882-34.6416
CIE-Lab65.3311-18.2404-36.3989

#02abdf color RGB value is (2,171,223).

#02abdf hex color red value is 2, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #02abdf hue: 0.54 , saturation: 0.98 and the lightness value of 02abdf is 0.44.

The process color (four color CMYK) of #02abdf color hex is 0.99, 0.23, 0.00, 0.13. Web safe color of #02abdf is #0099cc. Color #02abdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101011 11011111
Octal 2 253 337
Decimal 2 171 223
Hex 2 AB DF

RGB Percentages of Color #02abdf

%0.51
%43.18
%56.31

CMYK Percentages of Color #02abdf

%99
%23
%0
%13

Triadic Colors of #02abdf

#02abdf #df02ab #abdf02

Analogous Colors of #02abdf

#02abdf #023ddf #02dfa5

Monochromatic Colors of #02abdf

#02abdf

Complementary Color

#02abdf #df3602

#02abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#02abdf Color CSS Codes

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

#02abdf Text Font Color

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

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


#02abdf Background Color

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

This div background color is #02abdf


#02abdf Border Color

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

This div border color is #02abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02abdf


Comments

No comments written yet.

Please login to write comment.