Color Hex Logo

#bce4a9 Color Hex

#BCE4A9
(188,228,169)
0 Favorites   0 Comments

Color spaces of #bce4a9

RGB 188228169
HSL0.280.520.78
HSV101°26°89°
CMYK 0.180.000.26   0.11
XYZ55.643969.042747.9300
Yxy69.04270.32240.4000
Hunter Lab83.0919-25.875423.9640
CIE-Lab86.5252-23.642824.6267

#bce4a9 color RGB value is (188,228,169).

#bce4a9 hex color red value is 188, green value is 228 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bce4a9 hue: 0.28 , saturation: 0.52 and the lightness value of bce4a9 is 0.78.

The process color (four color CMYK) of #bce4a9 color hex is 0.18, 0.00, 0.26, 0.11. Web safe color of #bce4a9 is #cccc99. Color #bce4a9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 10101001
Octal 274 344 251
Decimal 188 228 169
Hex BC E4 A9

RGB Percentages of Color #bce4a9

%32.14
%38.97
%28.89

CMYK Percentages of Color #bce4a9

%18
%0
%26
%11

Triadic Colors of #bce4a9

#bce4a9 #a9bce4 #e4a9bc

Analogous Colors of #bce4a9

#bce4a9 #a9e4b4 #dae4a9

Monochromatic Colors of #bce4a9

#bce4a9

Complementary Color

#bce4a9 #d1a9e4

#bce4a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce4a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce4a9 Color CSS Codes

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

#bce4a9 Text Font Color

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

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


#bce4a9 Background Color

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

This div background color is #bce4a9


#bce4a9 Border Color

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

This div border color is #bce4a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce4a9


Comments

No comments written yet.

Please login to write comment.