Color Hex Logo

#bdd798 Color Hex

#BDD798
(189,215,152)
0 Favorites   0 Comments

Color spaces of #bdd798

RGB 189215152
HSL0.240.440.72
HSV85°29°84°
CMYK 0.120.000.29   0.16
XYZ50.954261.686738.9269
Yxy61.68670.33620.4070
Hunter Lab78.5409-21.642825.5930
CIE-Lab82.7465-19.452828.3055

#bdd798 color RGB value is (189,215,152).

#bdd798 hex color red value is 189, green value is 215 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bdd798 hue: 0.24 , saturation: 0.44 and the lightness value of bdd798 is 0.72.

The process color (four color CMYK) of #bdd798 color hex is 0.12, 0.00, 0.29, 0.16. Web safe color of #bdd798 is #cccc99. Color #bdd798 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 10011000
Octal 275 327 230
Decimal 189 215 152
Hex BD D7 98

RGB Percentages of Color #bdd798

%33.99
%38.67
%27.34

CMYK Percentages of Color #bdd798

%12
%0
%29
%16

Triadic Colors of #bdd798

#bdd798 #98bdd7 #d798bd

Analogous Colors of #bdd798

#bdd798 #9ed798 #d7d298

Monochromatic Colors of #bdd798

#bdd798

Complementary Color

#bdd798 #b298d7

#bdd798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd798 Color CSS Codes

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

#bdd798 Text Font Color

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

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


#bdd798 Background Color

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

This div background color is #bdd798


#bdd798 Border Color

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

This div border color is #bdd798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd798


Comments

No comments written yet.

Please login to write comment.