Color Hex Logo

#aeb968 Color Hex

#AEB968
(174,185,104)
0 Favorites   0 Comments

Color spaces of #aeb968

RGB 174185104
HSL0.190.370.57
HSV68°44°73°
CMYK 0.060.000.44   0.27
XYZ37.303244.696119.7578
Yxy44.69610.36660.4392
Hunter Lab66.8551-17.398829.2765
CIE-Lab72.6913-16.213139.6875

#aeb968 color RGB value is (174,185,104).

#aeb968 hex color red value is 174, green value is 185 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aeb968 hue: 0.19 , saturation: 0.37 and the lightness value of aeb968 is 0.57.

The process color (four color CMYK) of #aeb968 color hex is 0.06, 0.00, 0.44, 0.27. Web safe color of #aeb968 is #99cc66. Color #aeb968 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01101000
Octal 256 271 150
Decimal 174 185 104
Hex AE B9 68

RGB Percentages of Color #aeb968

%37.58
%39.96
%22.46

CMYK Percentages of Color #aeb968

%6
%0
%44
%27

Triadic Colors of #aeb968

#aeb968 #68aeb9 #b968ae

Analogous Colors of #aeb968

#aeb968 #86b968 #b99c68

Monochromatic Colors of #aeb968

#aeb968

Complementary Color

#aeb968 #7368b9

#aeb968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb968 Color CSS Codes

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

#aeb968 Text Font Color

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

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


#aeb968 Background Color

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

This div background color is #aeb968


#aeb968 Border Color

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

This div border color is #aeb968


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,185,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 #aeb968">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb968


Comments

No comments written yet.

Please login to write comment.