Color Hex Logo

#027fad Color Hex

#027FAD
(2,127,173)
0 Favorites   0 Comments

Color spaces of #027fad

RGB 2127173
HSL0.540.980.34
HSV196°99°68°
CMYK 0.990.270.00   0.32
XYZ15.157218.208842.2509
Yxy18.20880.20040.2408
Hunter Lab42.6718-11.2716-28.8350
CIE-Lab49.7484-12.2562-32.5183

#027fad color RGB value is (2,127,173).

#027fad hex color red value is 2, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #027fad hue: 0.54 , saturation: 0.98 and the lightness value of 027fad is 0.34.

The process color (four color CMYK) of #027fad color hex is 0.99, 0.27, 0.00, 0.32. Web safe color of #027fad is #006699. Color #027fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111111 10101101
Octal 2 177 255
Decimal 2 127 173
Hex 2 7F AD

RGB Percentages of Color #027fad

%0.66
%42.05
%57.28

CMYK Percentages of Color #027fad

%99
%27
%0
%32

Triadic Colors of #027fad

#027fad #ad027f #7fad02

Analogous Colors of #027fad

#027fad #0229ad #02ad86

Monochromatic Colors of #027fad

#027fad

Complementary Color

#027fad #ad3002

#027fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#027fad Color CSS Codes

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

#027fad Text Font Color

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

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


#027fad Background Color

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

This div background color is #027fad


#027fad Border Color

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

This div border color is #027fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027fad


Comments

No comments written yet.

Please login to write comment.