Color Hex Logo

#bcd022 Color Hex

#BCD022
(188,208,34)
0 Favorites   0 Comments

Color spaces of #bcd022

RGB 18820834
HSL0.190.720.47
HSV67°84°82°
CMYK 0.100.000.84   0.18
XYZ43.583655.918610.0096
Yxy55.91860.39800.5106
Hunter Lab74.7787-26.826944.4088
CIE-Lab79.5675-26.363274.5073

#bcd022 color RGB value is (188,208,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 00100010
Octal 274 320 42
Decimal 188 208 34
Hex BC D0 22

RGB Percentages of Color #bcd022

%43.72
%48.37
%7.91

CMYK Percentages of Color #bcd022

%10
%0
%84
%18

Triadic Colors of #bcd022

#bcd022 #22bcd0 #d022bc

Analogous Colors of #bcd022

#bcd022 #65d022 #d08d22

Monochromatic Colors of #bcd022

#bcd022

Complementary Color

#bcd022 #3622d0

#bcd022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd022 Color CSS Codes

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

#bcd022 Text Font Color

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

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


#bcd022 Background Color

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

This div background color is #bcd022


#bcd022 Border Color

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

This div border color is #bcd022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd022


Comments

No comments written yet.

Please login to write comment.