Color Hex Logo

#bddc03 Color Hex

#BDDC03
(189,220,3)
0 Favorites   0 Comments

Color spaces of #bddc03

RGB 1892203
HSL0.190.970.44
HSV69°99°86°
CMYK 0.140.000.99   0.14
XYZ46.595962.01189.5998
Yxy62.01180.39420.5246
Hunter Lab78.7476-32.187647.8955
CIE-Lab82.9197-32.126781.5360

#bddc03 color RGB value is (189,220,3).

#bddc03 hex color red value is 189, green value is 220 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #bddc03 hue: 0.19 , saturation: 0.97 and the lightness value of bddc03 is 0.44.

The process color (four color CMYK) of #bddc03 color hex is 0.14, 0.00, 0.99, 0.14. Web safe color of #bddc03 is #cccc00. Color #bddc03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 00000011
Octal 275 334 3
Decimal 189 220 3
Hex BD DC 3

RGB Percentages of Color #bddc03

%45.87
%53.40
%0.73

CMYK Percentages of Color #bddc03

%14
%0
%99
%14

Triadic Colors of #bddc03

#bddc03 #03bddc #dc03bd

Analogous Colors of #bddc03

#bddc03 #51dc03 #dc8f03

Monochromatic Colors of #bddc03

#bddc03

Complementary Color

#bddc03 #2203dc

#bddc03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc03 Color CSS Codes

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

#bddc03 Text Font Color

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

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


#bddc03 Background Color

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

This div background color is #bddc03


#bddc03 Border Color

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

This div border color is #bddc03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc03


Comments

No comments written yet.

Please login to write comment.