Color Hex Logo

#bcea91 Color Hex

#BCEA91
(188,234,145)
0 Favorites   0 Comments

Color spaces of #bcea91

RGB 188234145
HSL0.250.680.74
HSV91°38°92°
CMYK 0.200.000.38   0.08
XYZ55.272771.581337.6915
Yxy71.58130.33590.4350
Hunter Lab84.6057-31.446532.8106
CIE-Lab87.7667-29.926238.4787

#bcea91 color RGB value is (188,234,145).

#bcea91 hex color red value is 188, green value is 234 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bcea91 hue: 0.25 , saturation: 0.68 and the lightness value of bcea91 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 10010001
Octal 274 352 221
Decimal 188 234 145
Hex BC EA 91

RGB Percentages of Color #bcea91

%33.16
%41.27
%25.57

CMYK Percentages of Color #bcea91

%20
%0
%38
%8

Triadic Colors of #bcea91

#bcea91 #91bcea #ea91bc

Analogous Colors of #bcea91

#bcea91 #91ea93 #e9ea91

Monochromatic Colors of #bcea91

#bcea91

Complementary Color

#bcea91 #bf91ea

#bcea91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcea91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcea91 Color CSS Codes

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

#bcea91 Text Font Color

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

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


#bcea91 Background Color

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

This div background color is #bcea91


#bcea91 Border Color

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

This div border color is #bcea91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcea91


Comments

No comments written yet.

Please login to write comment.