Color Hex Logo

#bdd006 Color Hex

#BDD006
(189,208,6)
0 Favorites   0 Comments

Color spaces of #bdd006

RGB 1892086
HSL0.180.940.42
HSV66°97°82°
CMYK 0.090.000.97   0.18
XYZ43.575055.94378.6739
Yxy55.94370.40280.5171
Hunter Lab74.7955-26.900145.4811
CIE-Lab79.5818-26.450278.7401

#bdd006 color RGB value is (189,208,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 00000110
Octal 275 320 6
Decimal 189 208 6
Hex BD D0 6

RGB Percentages of Color #bdd006

%46.90
%51.61
%1.49

CMYK Percentages of Color #bdd006

%9
%0
%97
%18

Triadic Colors of #bdd006

#bdd006 #06bdd0 #d006bd

Analogous Colors of #bdd006

#bdd006 #58d006 #d07e06

Monochromatic Colors of #bdd006

#bdd006

Complementary Color

#bdd006 #1906d0

#bdd006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd006 Color CSS Codes

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

#bdd006 Text Font Color

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

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


#bdd006 Background Color

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

This div background color is #bdd006


#bdd006 Border Color

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

This div border color is #bdd006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd006


Comments

No comments written yet.

Please login to write comment.