Color Hex Logo

#bcea88 Color Hex

#BCEA88
(188,234,136)
0 Favorites   0 Comments

Color spaces of #bcea88

RGB 188234136
HSL0.240.700.73
HSV88°42°92°
CMYK 0.200.000.42   0.08
XYZ54.605871.314634.1796
Yxy71.31460.34110.4454
Hunter Lab84.4480-32.362235.1165
CIE-Lab87.6376-31.055342.7607

#bcea88 color RGB value is (188,234,136).

#bcea88 hex color red value is 188, green value is 234 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bcea88 hue: 0.24 , saturation: 0.70 and the lightness value of bcea88 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 10001000
Octal 274 352 210
Decimal 188 234 136
Hex BC EA 88

RGB Percentages of Color #bcea88

%33.69
%41.94
%24.37

CMYK Percentages of Color #bcea88

%20
%0
%42
%8

Triadic Colors of #bcea88

#bcea88 #88bcea #ea88bc

Analogous Colors of #bcea88

#bcea88 #8bea88 #eae788

Monochromatic Colors of #bcea88

#bcea88

Complementary Color

#bcea88 #b688ea

#bcea88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcea88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcea88 Color CSS Codes

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

#bcea88 Text Font Color

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

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


#bcea88 Background Color

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

This div background color is #bcea88


#bcea88 Border Color

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

This div border color is #bcea88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcea88


Comments

No comments written yet.

Please login to write comment.