Color Hex Logo

#bcd024 Color Hex

#BCD024
(188,208,36)
0 Favorites   0 Comments

Color spaces of #bcd024

RGB 18820836
HSL0.190.700.48
HSV67°83°82°
CMYK 0.100.000.83   0.18
XYZ43.613455.930510.1661
Yxy55.93050.39750.5098
Hunter Lab74.7867-26.780844.2911
CIE-Lab79.5742-26.304674.0510

#bcd024 color RGB value is (188,208,36).

#bcd024 hex color red value is 188, green value is 208 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bcd024 hue: 0.19 , saturation: 0.70 and the lightness value of bcd024 is 0.48.

The process color (four color CMYK) of #bcd024 color hex is 0.10, 0.00, 0.83, 0.18. Web safe color of #bcd024 is #cccc33. Color #bcd024 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 00100100
Octal 274 320 44
Decimal 188 208 36
Hex BC D0 24

RGB Percentages of Color #bcd024

%43.52
%48.15
%8.33

CMYK Percentages of Color #bcd024

%10
%0
%83
%18

Triadic Colors of #bcd024

#bcd024 #24bcd0 #d024bc

Analogous Colors of #bcd024

#bcd024 #66d024 #d08e24

Monochromatic Colors of #bcd024

#bcd024

Complementary Color

#bcd024 #3824d0

#bcd024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd024 Color CSS Codes

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

#bcd024 Text Font Color

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

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


#bcd024 Background Color

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

This div background color is #bcd024


#bcd024 Border Color

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

This div border color is #bcd024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd024


Comments

No comments written yet.

Please login to write comment.