Color Hex Logo

#bdd270 Color Hex

#BDD270
(189,210,112)
0 Favorites   0 Comments

Color spaces of #bdd270

RGB 189210112
HSL0.200.520.63
HSV73°47°82°
CMYK 0.100.000.47   0.18
XYZ46.957558.081924.0652
Yxy58.08190.36370.4499
Hunter Lab76.2115-23.387834.6261
CIE-Lab80.7843-21.905245.9472

#bdd270 color RGB value is (189,210,112).

#bdd270 hex color red value is 189, green value is 210 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bdd270 hue: 0.20 , saturation: 0.52 and the lightness value of bdd270 is 0.63.

The process color (four color CMYK) of #bdd270 color hex is 0.10, 0.00, 0.47, 0.18. Web safe color of #bdd270 is #cccc66. Color #bdd270 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 01110000
Octal 275 322 160
Decimal 189 210 112
Hex BD D2 70

RGB Percentages of Color #bdd270

%36.99
%41.10
%21.92

CMYK Percentages of Color #bdd270

%10
%0
%47
%18

Triadic Colors of #bdd270

#bdd270 #70bdd2 #d270bd

Analogous Colors of #bdd270

#bdd270 #8cd270 #d2b670

Monochromatic Colors of #bdd270

#bdd270

Complementary Color

#bdd270 #8570d2

#bdd270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd270 Color CSS Codes

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

#bdd270 Text Font Color

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

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


#bdd270 Background Color

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

This div background color is #bdd270


#bdd270 Border Color

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

This div border color is #bdd270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd270

#bdd270 Color Palettes


Comments

No comments written yet.

Please login to write comment.