Color Hex Logo

#bcea67 Color Hex

#BCEA67
(188,234,103)
0 Favorites   0 Comments

Color spaces of #bcea67

RGB 188234103
HSL0.230.760.66
HSV81°56°92°
CMYK 0.200.000.56   0.08
XYZ52.610070.516323.6701
Yxy70.51630.35840.4804
Hunter Lab83.9740-35.123642.0695
CIE-Lab87.2495-34.509257.7594

#bcea67 color RGB value is (188,234,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 01100111
Octal 274 352 147
Decimal 188 234 103
Hex BC EA 67

RGB Percentages of Color #bcea67

%35.81
%44.57
%19.62

CMYK Percentages of Color #bcea67

%20
%0
%56
%8

Triadic Colors of #bcea67

#bcea67 #67bcea #ea67bc

Analogous Colors of #bcea67

#bcea67 #7bea67 #ead767

Monochromatic Colors of #bcea67

#bcea67

Complementary Color

#bcea67 #9567ea

#bcea67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcea67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcea67 Color CSS Codes

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

#bcea67 Text Font Color

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

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


#bcea67 Background Color

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

This div background color is #bcea67


#bcea67 Border Color

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

This div border color is #bcea67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcea67


Comments

No comments written yet.

Please login to write comment.