Color Hex Logo

#bddd03 Color Hex

#BDDD03
(189,221,3)
0 Favorites   0 Comments

Color spaces of #bddd03

RGB 1892213
HSL0.190.970.44
HSV69°99°87°
CMYK 0.140.000.99   0.13
XYZ46.859262.53839.6875
Yxy62.53830.39350.5252
Hunter Lab79.0812-32.622648.0937
CIE-Lab83.1989-32.588881.7471

#bddd03 color RGB value is (189,221,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 00000011
Octal 275 335 3
Decimal 189 221 3
Hex BD DD 3

RGB Percentages of Color #bddd03

%45.76
%53.51
%0.73

CMYK Percentages of Color #bddd03

%14
%0
%99
%13

Triadic Colors of #bddd03

#bddd03 #03bddd #dd03bd

Analogous Colors of #bddd03

#bddd03 #50dd03 #dd9003

Monochromatic Colors of #bddd03

#bddd03

Complementary Color

#bddd03 #2303dd

#bddd03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd03 Color CSS Codes

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

#bddd03 Text Font Color

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

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


#bddd03 Background Color

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

This div background color is #bddd03


#bddd03 Border Color

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

This div border color is #bddd03


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,221,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 #bddd03">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd03


Comments

No comments written yet.

Please login to write comment.