Color Hex Logo

#bceaad Color Hex

#BCEAAD
(188,234,173)
0 Favorites   0 Comments

Color spaces of #bceaad

RGB 188234173
HSL0.290.590.80
HSV105°26°92°
CMYK 0.200.000.26   0.08
XYZ57.704772.554150.4982
Yxy72.55410.31920.4014
Hunter Lab85.1787-28.137124.4750
CIE-Lab88.2346-25.909824.9038

#bceaad color RGB value is (188,234,173).

#bceaad hex color red value is 188, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bceaad hue: 0.29 , saturation: 0.59 and the lightness value of bceaad is 0.80.

The process color (four color CMYK) of #bceaad color hex is 0.20, 0.00, 0.26, 0.08. Web safe color of #bceaad is #ccff99. Color #bceaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 10101101
Octal 274 352 255
Decimal 188 234 173
Hex BC EA AD

RGB Percentages of Color #bceaad

%31.60
%39.33
%29.08

CMYK Percentages of Color #bceaad

%20
%0
%26
%8

Triadic Colors of #bceaad

#bceaad #adbcea #eaadbc

Analogous Colors of #bceaad

#bceaad #adeabd #dbeaad

Monochromatic Colors of #bceaad

#bceaad

Complementary Color

#bceaad #dbadea

#bceaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceaad Color CSS Codes

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

#bceaad Text Font Color

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

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


#bceaad Background Color

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

This div background color is #bceaad


#bceaad Border Color

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

This div border color is #bceaad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,234,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bceaad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bceaad;
  -webkit-box-shadow: 1px 1px 3px 2px #bceaad;
  box-shadow:         1px 1px 3px 2px #bceaad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,234,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceaad

#bceaad Color Palettes


Comments

No comments written yet.

Please login to write comment.