Color Hex Logo

#027ace Color Hex

#027ACE
(2,122,206)
0 Favorites   0 Comments

Color spaces of #027ace

RGB 2122206
HSL0.570.980.41
HSV205°99°81°
CMYK 0.990.410.00   0.19
XYZ18.125118.388260.9865
Yxy18.38820.18590.1886
Hunter Lab42.88150.4057-54.3059
CIE-Lab49.96363.4696-51.1319

#027ace color RGB value is (2,122,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111010 11001110
Octal 2 172 316
Decimal 2 122 206
Hex 2 7A CE

RGB Percentages of Color #027ace

%0.61
%36.97
%62.42

CMYK Percentages of Color #027ace

%99
%41
%0
%19

Triadic Colors of #027ace

#027ace #ce027a #7ace02

Analogous Colors of #027ace

#027ace #0214ce #02cebc

Monochromatic Colors of #027ace

#027ace

Complementary Color

#027ace #ce5602

#027ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#027ace Color CSS Codes

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

#027ace Text Font Color

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

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


#027ace Background Color

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

This div background color is #027ace


#027ace Border Color

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

This div border color is #027ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027ace


Comments

No comments written yet.

Please login to write comment.