Color Hex Logo

#b298ae Color Hex

#B298AE
(178,152,174)
0 Favorites   0 Comments

Color spaces of #b298ae

RGB 178152174
HSL0.860.140.65
HSV309°15°70°
CMYK 0.000.150.02   0.30
XYZ37.228334.977444.8336
Yxy34.97740.31810.2989
Hunter Lab59.14178.8636-3.5468
CIE-Lab65.731113.5428-7.8758

#b298ae color RGB value is (178,152,174).

#b298ae hex color red value is 178, green value is 152 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b298ae hue: 0.86 , saturation: 0.14 and the lightness value of b298ae is 0.65.

The process color (four color CMYK) of #b298ae color hex is 0.00, 0.15, 0.02, 0.30. Web safe color of #b298ae is #999999. Color #b298ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011000 10101110
Octal 262 230 256
Decimal 178 152 174
Hex B2 98 AE

RGB Percentages of Color #b298ae

%35.32
%30.16
%34.52

CMYK Percentages of Color #b298ae

%0
%15
%2
%30

Triadic Colors of #b298ae

#b298ae #aeb298 #98aeb2

Analogous Colors of #b298ae

#b298ae #b298a1 #a998b2

Monochromatic Colors of #b298ae

#b298ae

Complementary Color

#b298ae #98b29c

#b298ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b298ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b298ae Color CSS Codes

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

#b298ae Text Font Color

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

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


#b298ae Background Color

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

This div background color is #b298ae


#b298ae Border Color

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

This div border color is #b298ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b298ae


Comments

No comments written yet.

Please login to write comment.