Color Hex Logo

#bceaa1 Color Hex

#BCEAA1
(188,234,161)
0 Favorites   0 Comments

Color spaces of #bceaa1

RGB 188234161
HSL0.270.630.77
HSV98°31°92°
CMYK 0.200.000.31   0.08
XYZ56.594972.110244.6540
Yxy72.11020.32650.4160
Hunter Lab84.9177-29.641628.2648
CIE-Lab88.0216-27.723430.7551

#bceaa1 color RGB value is (188,234,161).

#bceaa1 hex color red value is 188, green value is 234 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #bceaa1 hue: 0.27 , saturation: 0.63 and the lightness value of bceaa1 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 10100001
Octal 274 352 241
Decimal 188 234 161
Hex BC EA A1

RGB Percentages of Color #bceaa1

%32.25
%40.14
%27.62

CMYK Percentages of Color #bceaa1

%20
%0
%31
%8

Triadic Colors of #bceaa1

#bceaa1 #a1bcea #eaa1bc

Analogous Colors of #bceaa1

#bceaa1 #a1eaab #e1eaa1

Monochromatic Colors of #bceaa1

#bceaa1

Complementary Color

#bceaa1 #cfa1ea

#bceaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceaa1 Color CSS Codes

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

#bceaa1 Text Font Color

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

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


#bceaa1 Background Color

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

This div background color is #bceaa1


#bceaa1 Border Color

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

This div border color is #bceaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceaa1


Comments

No comments written yet.

Please login to write comment.