Color Hex Logo

#027275 Color Hex

#027275
(2,114,117)
0 Favorites   0 Comments

Color spaces of #027275

RGB 2114117
HSL0.500.970.23
HSV182°98°46°
CMYK 0.980.030.00   0.54
XYZ9.253213.331918.9152
Yxy13.33190.22300.3212
Hunter Lab36.5129-18.6615-5.1557
CIE-Lab43.2591-25.4132-9.4246

#027275 color RGB value is (2,114,117).

#027275 hex color red value is 2, green value is 114 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #027275 hue: 0.50 , saturation: 0.97 and the lightness value of 027275 is 0.23.

The process color (four color CMYK) of #027275 color hex is 0.98, 0.03, 0.00, 0.54. Web safe color of #027275 is #006666. Color #027275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110010 01110101
Octal 2 162 165
Decimal 2 114 117
Hex 2 72 75

RGB Percentages of Color #027275

%0.86
%48.93
%50.21

CMYK Percentages of Color #027275

%98
%3
%0
%54

Triadic Colors of #027275

#027275 #750272 #727502

Analogous Colors of #027275

#027275 #023975 #02753f

Monochromatic Colors of #027275

#027275

Complementary Color

#027275 #750502

#027275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#027275 Color CSS Codes

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

#027275 Text Font Color

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

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


#027275 Background Color

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

This div background color is #027275


#027275 Border Color

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

This div border color is #027275


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,114,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #027275; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #027275;
  -webkit-box-shadow: 1px 1px 3px 2px #027275;
  box-shadow:         1px 1px 3px 2px #027275; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027275


Comments

No comments written yet.

Please login to write comment.