Color Hex Logo

#b5ceae Color Hex

#B5CEAE
(181,206,174)
0 Favorites   0 Comments

Color spaces of #b5ceae

RGB 181206174
HSL0.300.250.75
HSV107°16°81°
CMYK 0.120.000.16   0.19
XYZ48.767357.022448.4805
Yxy57.02240.31610.3696
Hunter Lab75.5132-16.870714.7942
CIE-Lab80.1922-14.338913.1275

#b5ceae color RGB value is (181,206,174).

#b5ceae hex color red value is 181, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b5ceae hue: 0.30 , saturation: 0.25 and the lightness value of b5ceae is 0.75.

The process color (four color CMYK) of #b5ceae color hex is 0.12, 0.00, 0.16, 0.19. Web safe color of #b5ceae is #cccc99. Color #b5ceae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001110 10101110
Octal 265 316 256
Decimal 181 206 174
Hex B5 CE AE

RGB Percentages of Color #b5ceae

%32.26
%36.72
%31.02

CMYK Percentages of Color #b5ceae

%12
%0
%16
%19

Triadic Colors of #b5ceae

#b5ceae #aeb5ce #ceaeb5

Analogous Colors of #b5ceae

#b5ceae #aeceb7 #c5ceae

Monochromatic Colors of #b5ceae

#b5ceae

Complementary Color

#b5ceae #c7aece

#b5ceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ceae Color CSS Codes

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

#b5ceae Text Font Color

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

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


#b5ceae Background Color

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

This div background color is #b5ceae


#b5ceae Border Color

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

This div border color is #b5ceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ceae


Comments

No comments written yet.

Please login to write comment.