Color Hex Logo

#bddc3c Color Hex

#BDDC3C
(189,220,60)
0 Favorites   0 Comments

Color spaces of #bddc3c

RGB 18922060
HSL0.200.700.55
HSV72°73°86°
CMYK 0.140.000.73   0.14
XYZ47.395162.331513.8082
Yxy62.33150.38370.5046
Hunter Lab78.9503-31.006744.8955
CIE-Lab83.0894-30.616970.3616

#bddc3c color RGB value is (189,220,60).

#bddc3c hex color red value is 189, green value is 220 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bddc3c hue: 0.20 , saturation: 0.70 and the lightness value of bddc3c is 0.55.

The process color (four color CMYK) of #bddc3c color hex is 0.14, 0.00, 0.73, 0.14. Web safe color of #bddc3c is #cccc33. Color #bddc3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 00111100
Octal 275 334 74
Decimal 189 220 60
Hex BD DC 3C

RGB Percentages of Color #bddc3c

%40.30
%46.91
%12.79

CMYK Percentages of Color #bddc3c

%14
%0
%73
%14

Triadic Colors of #bddc3c

#bddc3c #3cbddc #dc3cbd

Analogous Colors of #bddc3c

#bddc3c #6ddc3c #dcab3c

Monochromatic Colors of #bddc3c

#bddc3c

Complementary Color

#bddc3c #5b3cdc

#bddc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc3c Color CSS Codes

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

#bddc3c Text Font Color

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

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


#bddc3c Background Color

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

This div background color is #bddc3c


#bddc3c Border Color

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

This div border color is #bddc3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,220,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bddc3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bddc3c;
  -webkit-box-shadow: 1px 1px 3px 2px #bddc3c;
  box-shadow:         1px 1px 3px 2px #bddc3c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,220,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc3c


Comments

No comments written yet.

Please login to write comment.