Color Hex Logo

#bceaaa Color Hex

#BCEAAA
(188,234,170)
0 Favorites   0 Comments

Color spaces of #bceaaa

RGB 188234170
HSL0.290.600.79
HSV103°27°92°
CMYK 0.200.000.27   0.08
XYZ57.417672.439348.9862
Yxy72.43930.32110.4050
Hunter Lab85.1113-28.525425.4533
CIE-Lab88.1796-26.376026.3698

#bceaaa color RGB value is (188,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 10101010
Octal 274 352 252
Decimal 188 234 170
Hex BC EA AA

RGB Percentages of Color #bceaaa

%31.76
%39.53
%28.72

CMYK Percentages of Color #bceaaa

%20
%0
%27
%8

Triadic Colors of #bceaaa

#bceaaa #aabcea #eaaabc

Analogous Colors of #bceaaa

#bceaaa #aaeab8 #dceaaa

Monochromatic Colors of #bceaaa

#bceaaa

Complementary Color

#bceaaa #d8aaea

#bceaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceaaa Color CSS Codes

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

#bceaaa Text Font Color

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

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


#bceaaa Background Color

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

This div background color is #bceaaa


#bceaaa Border Color

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

This div border color is #bceaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceaaa


Comments

No comments written yet.

Please login to write comment.