Color Hex Logo

#bceaac Color Hex

#BCEAAC
(188,234,172)
0 Favorites   0 Comments

Color spaces of #bceaac

RGB 188234172
HSL0.290.600.80
HSV105°26°92°
CMYK 0.200.000.26   0.08
XYZ57.608372.515649.9904
Yxy72.51560.31980.4026
Hunter Lab85.1561-28.267524.8034
CIE-Lab88.2162-26.066225.3927

#bceaac color RGB value is (188,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 10101100
Octal 274 352 254
Decimal 188 234 172
Hex BC EA AC

RGB Percentages of Color #bceaac

%31.65
%39.39
%28.96

CMYK Percentages of Color #bceaac

%20
%0
%26
%8

Triadic Colors of #bceaac

#bceaac #acbcea #eaacbc

Analogous Colors of #bceaac

#bceaac #aceabb #dbeaac

Monochromatic Colors of #bceaac

#bceaac

Complementary Color

#bceaac #daacea

#bceaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceaac Color CSS Codes

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

#bceaac Text Font Color

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

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


#bceaac Background Color

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

This div background color is #bceaac


#bceaac Border Color

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

This div border color is #bceaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceaac

#bceaac Color Palettes


Comments

No comments written yet.

Please login to write comment.