Color Hex Logo

#02abed Color Hex

#02ABED
(2,171,237)
0 Favorites   0 Comments

Color spaces of #02abed

RGB 2171237
HSL0.550.980.47
HSV197°99°93°
CMYK 0.990.280.00   0.07
XYZ29.874035.253285.3508
Yxy35.25320.19850.2343
Hunter Lab59.3744-14.0936-43.6674
CIE-Lab65.9453-13.2574-43.1227

#02abed color RGB value is (2,171,237).

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

The process color (four color CMYK) of #02abed color hex is 0.99, 0.28, 0.00, 0.07. Web safe color of #02abed is #0099ff. Color #02abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101011 11101101
Octal 2 253 355
Decimal 2 171 237
Hex 2 AB ED

RGB Percentages of Color #02abed

%0.49
%41.71
%57.80

CMYK Percentages of Color #02abed

%99
%28
%0
%7

Triadic Colors of #02abed

#02abed #ed02ab #abed02

Analogous Colors of #02abed

#02abed #0236ed #02edba

Monochromatic Colors of #02abed

#02abed

Complementary Color

#02abed #ed4402

#02abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#02abed Color CSS Codes

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

#02abed Text Font Color

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

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


#02abed Background Color

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

This div background color is #02abed


#02abed Border Color

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

This div border color is #02abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02abed


Comments

No comments written yet.

Please login to write comment.