Color Hex Logo

#027abd Color Hex

#027ABD
(2,122,189)
0 Favorites   0 Comments

Color spaces of #027abd

RGB 2122189
HSL0.560.980.37
HSV201°99°74°
CMYK 0.990.350.00   0.26
XYZ16.169917.606150.6902
Yxy17.60610.19140.2084
Hunter Lab41.9596-4.6411-42.2548
CIE-Lab49.0148-3.1854-42.9125

#027abd color RGB value is (2,122,189).

#027abd hex color red value is 2, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #027abd hue: 0.56 , saturation: 0.98 and the lightness value of 027abd is 0.37.

The process color (four color CMYK) of #027abd color hex is 0.99, 0.35, 0.00, 0.26. Web safe color of #027abd is #0066cc. Color #027abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111010 10111101
Octal 2 172 275
Decimal 2 122 189
Hex 2 7A BD

RGB Percentages of Color #027abd

%0.64
%38.98
%60.38

CMYK Percentages of Color #027abd

%99
%35
%0
%26

Triadic Colors of #027abd

#027abd #bd027a #7abd02

Analogous Colors of #027abd

#027abd #021cbd #02bda3

Monochromatic Colors of #027abd

#027abd

Complementary Color

#027abd #bd4502

#027abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#027abd Color CSS Codes

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

#027abd Text Font Color

<p style="color:#027abd">Text here</p>

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


#027abd Background Color

<div style="background-color:#027abd">
Div content here</div>

This div background color is #027abd


#027abd Border Color

<div style="border:3px solid #027abd">
Div here</div>

This div border color is #027abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,122,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #027abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #027abd;
  -webkit-box-shadow: 1px 1px 3px 2px #027abd;
  box-shadow:         1px 1px 3px 2px #027abd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027abd


Comments

No comments written yet.

Please login to write comment.