Color Hex Logo

#bca818 Color Hex

#BCA818
(188,168,24)
0 Favorites   0 Comments

Color spaces of #bca818

RGB 18816824
HSL0.150.770.42
HSV53°87°74°
CMYK 0.000.110.87   0.26
XYZ34.906538.76266.5063
Yxy38.76260.43540.4835
Hunter Lab62.2596-8.876537.3858
CIE-Lab68.5789-6.501667.6352

#bca818 color RGB value is (188,168,24).

#bca818 hex color red value is 188, green value is 168 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bca818 hue: 0.15 , saturation: 0.77 and the lightness value of bca818 is 0.42.

The process color (four color CMYK) of #bca818 color hex is 0.00, 0.11, 0.87, 0.26. Web safe color of #bca818 is #cc9900. Color #bca818 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 00011000
Octal 274 250 30
Decimal 188 168 24
Hex BC A8 18

RGB Percentages of Color #bca818

%49.47
%44.21
%6.32

CMYK Percentages of Color #bca818

%0
%11
%87
%26

Triadic Colors of #bca818

#bca818 #18bca8 #a818bc

Analogous Colors of #bca818

#bca818 #7ebc18 #bc5618

Monochromatic Colors of #bca818

#bca818

Complementary Color

#bca818 #182cbc

#bca818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca818 Color CSS Codes

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

#bca818 Text Font Color

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

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


#bca818 Background Color

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

This div background color is #bca818


#bca818 Border Color

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

This div border color is #bca818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca818


Comments

No comments written yet.

Please login to write comment.