Color Hex Logo

#bcaf21 Color Hex

#BCAF21
(188,175,33)
0 Favorites   0 Comments

Color spaces of #bcaf21

RGB 18817533
HSL0.150.700.43
HSV55°82°74°
CMYK 0.000.070.82   0.26
XYZ36.343541.46117.5261
Yxy41.46110.42590.4859
Hunter Lab64.3903-11.933138.1432
CIE-Lab70.4978-9.924867.0549

#bcaf21 color RGB value is (188,175,33).

#bcaf21 hex color red value is 188, green value is 175 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bcaf21 hue: 0.15 , saturation: 0.70 and the lightness value of bcaf21 is 0.43.

The process color (four color CMYK) of #bcaf21 color hex is 0.00, 0.07, 0.82, 0.26. Web safe color of #bcaf21 is #cc9933. Color #bcaf21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 00100001
Octal 274 257 41
Decimal 188 175 33
Hex BC AF 21

RGB Percentages of Color #bcaf21

%47.47
%44.19
%8.33

CMYK Percentages of Color #bcaf21

%0
%7
%82
%26

Triadic Colors of #bcaf21

#bcaf21 #21bcaf #af21bc

Analogous Colors of #bcaf21

#bcaf21 #7cbc21 #bc6221

Monochromatic Colors of #bcaf21

#bcaf21

Complementary Color

#bcaf21 #212ebc

#bcaf21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaf21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaf21 Color CSS Codes

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

#bcaf21 Text Font Color

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

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


#bcaf21 Background Color

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

This div background color is #bcaf21


#bcaf21 Border Color

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

This div border color is #bcaf21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaf21


Comments

No comments written yet.

Please login to write comment.