Color Hex Logo

#488a6b Color Hex

#488A6B
(72,138,107)
0 Favorites   0 Comments

Color spaces of #488a6b

RGB 72138107
HSL0.420.310.41
HSV152°48°54°
CMYK 0.480.000.22   0.46
XYZ14.414820.616217.1295
Yxy20.61620.27640.3952
Hunter Lab45.4051-22.79039.4158
CIE-Lab52.5269-28.733510.1826

#488a6b color RGB value is (72,138,107).

#488a6b hex color red value is 72, green value is 138 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #488a6b hue: 0.42 , saturation: 0.31 and the lightness value of 488a6b is 0.41.

The process color (four color CMYK) of #488a6b color hex is 0.48, 0.00, 0.22, 0.46. Web safe color of #488a6b is #339966. Color #488a6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001010 01101011
Octal 110 212 153
Decimal 72 138 107
Hex 48 8A 6B

RGB Percentages of Color #488a6b

%22.71
%43.53
%33.75

CMYK Percentages of Color #488a6b

%48
%0
%22
%46

Triadic Colors of #488a6b

#488a6b #6b488a #8a6b48

Analogous Colors of #488a6b

#488a6b #48888a #488a4a

Monochromatic Colors of #488a6b

#488a6b

Complementary Color

#488a6b #8a4867

#488a6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488a6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#488a6b Color CSS Codes

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

#488a6b Text Font Color

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

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


#488a6b Background Color

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

This div background color is #488a6b


#488a6b Border Color

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

This div border color is #488a6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,138,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488a6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488a6b;
  -webkit-box-shadow: 1px 1px 3px 2px #488a6b;
  box-shadow:         1px 1px 3px 2px #488a6b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488a6b


Comments

No comments written yet.

Please login to write comment.