Color Hex Logo

#027d8f Color Hex

#027D8F
(2,125,143)
0 Favorites   0 Comments

Color spaces of #027d8f

RGB 2125143
HSL0.520.970.28
HSV188°99°56°
CMYK 0.990.130.00   0.44
XYZ12.316616.663328.5538
Yxy16.66330.21410.2896
Hunter Lab40.8207-17.5784-12.8984
CIE-Lab47.8330-22.1225-17.9593

#027d8f color RGB value is (2,125,143).

#027d8f hex color red value is 2, green value is 125 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #027d8f hue: 0.52 , saturation: 0.97 and the lightness value of 027d8f is 0.28.

The process color (four color CMYK) of #027d8f color hex is 0.99, 0.13, 0.00, 0.44. Web safe color of #027d8f is #006699. Color #027d8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111101 10001111
Octal 2 175 217
Decimal 2 125 143
Hex 2 7D 8F

RGB Percentages of Color #027d8f

%0.74
%46.30
%52.96

CMYK Percentages of Color #027d8f

%99
%13
%0
%44

Triadic Colors of #027d8f

#027d8f #8f027d #7d8f02

Analogous Colors of #027d8f

#027d8f #02368f #028f5b

Monochromatic Colors of #027d8f

#027d8f

Complementary Color

#027d8f #8f1402

#027d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#027d8f Color CSS Codes

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

#027d8f Text Font Color

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

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


#027d8f Background Color

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

This div background color is #027d8f


#027d8f Border Color

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

This div border color is #027d8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027d8f


Comments

No comments written yet.

Please login to write comment.