Color Hex Logo

#bdd298 Color Hex

#BDD298
(189,210,152)
0 Favorites   0 Comments

Color spaces of #bdd298

RGB 189210152
HSL0.230.390.71
HSV82°28°82°
CMYK 0.100.000.28   0.18
XYZ49.700459.179038.5090
Yxy59.17900.33720.4015
Hunter Lab76.9279-19.301224.1698
CIE-Lab81.3899-16.964526.4763

#bdd298 color RGB value is (189,210,152).

#bdd298 hex color red value is 189, green value is 210 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bdd298 hue: 0.23 , saturation: 0.39 and the lightness value of bdd298 is 0.71.

The process color (four color CMYK) of #bdd298 color hex is 0.10, 0.00, 0.28, 0.18. Web safe color of #bdd298 is #cccc99. Color #bdd298 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 10011000
Octal 275 322 230
Decimal 189 210 152
Hex BD D2 98

RGB Percentages of Color #bdd298

%34.30
%38.11
%27.59

CMYK Percentages of Color #bdd298

%10
%0
%28
%18

Triadic Colors of #bdd298

#bdd298 #98bdd2 #d298bd

Analogous Colors of #bdd298

#bdd298 #a0d298 #d2ca98

Monochromatic Colors of #bdd298

#bdd298

Complementary Color

#bdd298 #ad98d2

#bdd298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd298 Color CSS Codes

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

#bdd298 Text Font Color

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

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


#bdd298 Background Color

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

This div background color is #bdd298


#bdd298 Border Color

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

This div border color is #bdd298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd298


Comments

No comments written yet.

Please login to write comment.