Color Hex Logo

#baaf98 Color Hex

#BAAF98
(186,175,152)
0 Favorites   0 Comments

Color spaces of #baaf98

RGB 186175152
HSL0.110.200.66
HSV41°18°73°
CMYK 0.000.060.18   0.27
XYZ41.247243.366035.9023
Yxy43.36600.34230.3598
Hunter Lab65.8529-3.438313.7727
CIE-Lab71.80270.089113.2128

#baaf98 color RGB value is (186,175,152).

#baaf98 hex color red value is 186, green value is 175 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #baaf98 hue: 0.11 , saturation: 0.20 and the lightness value of baaf98 is 0.66.

The process color (four color CMYK) of #baaf98 color hex is 0.00, 0.06, 0.18, 0.27. Web safe color of #baaf98 is #cc9999. Color #baaf98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 10011000
Octal 272 257 230
Decimal 186 175 152
Hex BA AF 98

RGB Percentages of Color #baaf98

%36.26
%34.11
%29.63

CMYK Percentages of Color #baaf98

%0
%6
%18
%27

Triadic Colors of #baaf98

#baaf98 #98baaf #af98ba

Analogous Colors of #baaf98

#baaf98 #b4ba98 #ba9e98

Monochromatic Colors of #baaf98

#baaf98

Complementary Color

#baaf98 #98a3ba

#baaf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaf98 Color CSS Codes

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

#baaf98 Text Font Color

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

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


#baaf98 Background Color

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

This div background color is #baaf98


#baaf98 Border Color

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

This div border color is #baaf98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,175,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #baaf98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #baaf98;
  -webkit-box-shadow: 1px 1px 3px 2px #baaf98;
  box-shadow:         1px 1px 3px 2px #baaf98; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaf98


Comments

No comments written yet.

Please login to write comment.