Color Hex Logo

#bcea73 Color Hex

#BCEA73
(188,234,115)
0 Favorites   0 Comments

Color spaces of #bcea73

RGB 188234115
HSL0.230.740.68
HSV83°51°92°
CMYK 0.200.000.51   0.08
XYZ53.256470.774827.0737
Yxy70.77480.35240.4684
Hunter Lab84.1278-34.225639.8089
CIE-Lab87.3755-33.377852.4688

#bcea73 color RGB value is (188,234,115).

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

The process color (four color CMYK) of #bcea73 color hex is 0.20, 0.00, 0.51, 0.08. Web safe color of #bcea73 is #ccff66. Color #bcea73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 01110011
Octal 274 352 163
Decimal 188 234 115
Hex BC EA 73

RGB Percentages of Color #bcea73

%35.01
%43.58
%21.42

CMYK Percentages of Color #bcea73

%20
%0
%51
%8

Triadic Colors of #bcea73

#bcea73 #73bcea #ea73bc

Analogous Colors of #bcea73

#bcea73 #81ea73 #eadd73

Monochromatic Colors of #bcea73

#bcea73

Complementary Color

#bcea73 #a173ea

#bcea73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcea73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcea73 Color CSS Codes

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

#bcea73 Text Font Color

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

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


#bcea73 Background Color

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

This div background color is #bcea73


#bcea73 Border Color

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

This div border color is #bcea73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcea73


Comments

No comments written yet.

Please login to write comment.