Color Hex Logo

#bdd048 Color Hex

#BDD048
(189,208,72)
0 Favorites   0 Comments

Color spaces of #bdd048

RGB 18920872
HSL0.190.590.55
HSV68°65°82°
CMYK 0.090.000.65   0.18
XYZ44.711856.398414.6603
Yxy56.39840.38620.4872
Hunter Lab75.0989-25.149040.9950
CIE-Lab79.8400-24.239462.7335

#bdd048 color RGB value is (189,208,72).

#bdd048 hex color red value is 189, green value is 208 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bdd048 hue: 0.19 , saturation: 0.59 and the lightness value of bdd048 is 0.55.

The process color (four color CMYK) of #bdd048 color hex is 0.09, 0.00, 0.65, 0.18. Web safe color of #bdd048 is #cccc33. Color #bdd048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 01001000
Octal 275 320 110
Decimal 189 208 72
Hex BD D0 48

RGB Percentages of Color #bdd048

%40.30
%44.35
%15.35

CMYK Percentages of Color #bdd048

%9
%0
%65
%18

Triadic Colors of #bdd048

#bdd048 #48bdd0 #d048bd

Analogous Colors of #bdd048

#bdd048 #79d048 #d09f48

Monochromatic Colors of #bdd048

#bdd048

Complementary Color

#bdd048 #5b48d0

#bdd048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd048 Color CSS Codes

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

#bdd048 Text Font Color

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

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


#bdd048 Background Color

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

This div background color is #bdd048


#bdd048 Border Color

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

This div border color is #bdd048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd048


Comments

No comments written yet.

Please login to write comment.