Color Hex Logo

#bcd318 Color Hex

#BCD318
(188,211,24)
0 Favorites   0 Comments

Color spaces of #bcd318

RGB 18821124
HSL0.190.800.46
HSV67°89°83°
CMYK 0.110.000.89   0.17
XYZ44.198257.34589.6035
Yxy57.34580.39770.5159
Hunter Lab75.7270-28.340445.4899
CIE-Lab80.3737-28.034477.1349

#bcd318 color RGB value is (188,211,24).

#bcd318 hex color red value is 188, green value is 211 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bcd318 hue: 0.19 , saturation: 0.80 and the lightness value of bcd318 is 0.46.

The process color (four color CMYK) of #bcd318 color hex is 0.11, 0.00, 0.89, 0.17. Web safe color of #bcd318 is #cccc00. Color #bcd318 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 00011000
Octal 274 323 30
Decimal 188 211 24
Hex BC D3 18

RGB Percentages of Color #bcd318

%44.44
%49.88
%5.67

CMYK Percentages of Color #bcd318

%11
%0
%89
%17

Triadic Colors of #bcd318

#bcd318 #18bcd3 #d318bc

Analogous Colors of #bcd318

#bcd318 #5fd318 #d38d18

Monochromatic Colors of #bcd318

#bcd318

Complementary Color

#bcd318 #2f18d3

#bcd318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd318 Color CSS Codes

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

#bcd318 Text Font Color

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

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


#bcd318 Background Color

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

This div background color is #bcd318


#bcd318 Border Color

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

This div border color is #bcd318


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,211,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 #bcd318">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd318


Comments

No comments written yet.

Please login to write comment.