Color Hex Logo

#bdd003 Color Hex

#BDD003
(189,208,3)
0 Favorites   0 Comments

Color spaces of #bdd003

RGB 1892083
HSL0.180.970.41
HSV66°99°82°
CMYK 0.090.000.99   0.18
XYZ43.558655.93718.5873
Yxy55.93710.40300.5175
Hunter Lab74.7911-26.925445.5463
CIE-Lab79.5780-26.482379.0210

#bdd003 color RGB value is (189,208,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 00000011
Octal 275 320 3
Decimal 189 208 3
Hex BD D0 3

RGB Percentages of Color #bdd003

%47.25
%52.00
%0.75

CMYK Percentages of Color #bdd003

%9
%0
%99
%18

Triadic Colors of #bdd003

#bdd003 #03bdd0 #d003bd

Analogous Colors of #bdd003

#bdd003 #56d003 #d07d03

Monochromatic Colors of #bdd003

#bdd003

Complementary Color

#bdd003 #1603d0

#bdd003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd003 Color CSS Codes

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

#bdd003 Text Font Color

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

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


#bdd003 Background Color

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

This div background color is #bdd003


#bdd003 Border Color

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

This div border color is #bdd003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd003


Comments

No comments written yet.

Please login to write comment.