color codes Logo

#bcc21d color codes

#BCC21D
(188,194,29)
0 Favorites   0 Comments

Color spaces of #bcc21d

RGB 18819429
HSL0.170.740.44
HSV62°85°76°
CMYK 0.030.000.85   0.24
XYZ40.252649.36368.5690
Yxy49.36360.41000.5028
Hunter Lab70.2592-20.688341.9503
CIE-Lab75.6770-19.677972.3560

#bcc21d color RGB value is (188,194,29).

#bcc21d hex color red value is 188, green value is 194 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bcc21d hue: 0.17 , saturation: 0.74 and the lightness value of bcc21d is 0.44.

The process color (four color CMYK) of #bcc21d color code is 0.03, 0.00, 0.85, 0.24. Web safe color of #bcc21d is #cccc33. Color #bcc21d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 00011101
Octal 274 302 35
Decimal 188 194 29
Hex BC C2 1D

RGB Percentages of Color #bcc21d

%45.74
%47.20
%7.06

CMYK Percentages of Color #bcc21d

%3
%0
%85
%24

Triadic Colors of #bcc21d

#bcc21d #1dbcc2 #c21dbc

Analogous Colors of #bcc21d

#bcc21d #6ac21d #c2761d

Monochromatic Colors of #bcc21d

#bcc21d

Complementary Color

#bcc21d #231dc2

#bcc21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc21d Color CSS Codes

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

#bcc21d Text Font Color

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

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


#bcc21d Background Color

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

This div background color is #bcc21d


#bcc21d Border Color

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

This div border color is #bcc21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc21d


Comments

No comments written yet.

Please login to write comment.