Color Hex Logo

#549968 Color Hex

#549968
(84,153,104)
0 Favorites   0 Comments

Color spaces of #549968

RGB 84153104
HSL0.380.290.46
HSV137°45°60°
CMYK 0.450.000.32   0.40
XYZ17.546125.666817.1261
Yxy25.66680.29080.4254
Hunter Lab50.6624-26.838715.4211
CIE-Lab57.7194-33.058319.1425

#549968 color RGB value is (84,153,104).

#549968 hex color red value is 84, green value is 153 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #549968 hue: 0.38 , saturation: 0.29 and the lightness value of 549968 is 0.46.

The process color (four color CMYK) of #549968 color hex is 0.45, 0.00, 0.32, 0.40. Web safe color of #549968 is #669966. Color #549968 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011001 01101000
Octal 124 231 150
Decimal 84 153 104
Hex 54 99 68

RGB Percentages of Color #549968

%24.63
%44.87
%30.50

CMYK Percentages of Color #549968

%45
%0
%32
%40

Triadic Colors of #549968

#549968 #685499 #996854

Analogous Colors of #549968

#549968 #54998b #639954

Monochromatic Colors of #549968

#549968

Complementary Color

#549968 #995485

#549968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#549968 Color CSS Codes

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

#549968 Text Font Color

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

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


#549968 Background Color

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

This div background color is #549968


#549968 Border Color

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

This div border color is #549968


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,153,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #549968; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #549968;
  -webkit-box-shadow: 1px 1px 3px 2px #549968;
  box-shadow:         1px 1px 3px 2px #549968; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549968


Comments

No comments written yet.

Please login to write comment.