Color Hex Logo

#bdc298 Color Hex

#BDC298
(189,194,152)
0 Favorites   0 Comments

Color spaces of #bdc298

RGB 189194152
HSL0.190.260.68
HSV67°22°76°
CMYK 0.030.000.22   0.24
XYZ45.945551.669437.2574
Yxy51.66940.34070.3831
Hunter Lab71.8814-11.698119.5860
CIE-Lab77.0827-8.810420.5994

#bdc298 color RGB value is (189,194,152).

#bdc298 hex color red value is 189, green value is 194 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bdc298 hue: 0.19 , saturation: 0.26 and the lightness value of bdc298 is 0.68.

The process color (four color CMYK) of #bdc298 color hex is 0.03, 0.00, 0.22, 0.24. Web safe color of #bdc298 is #cccc99. Color #bdc298 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 10011000
Octal 275 302 230
Decimal 189 194 152
Hex BD C2 98

RGB Percentages of Color #bdc298

%35.33
%36.26
%28.41

CMYK Percentages of Color #bdc298

%3
%0
%22
%24

Triadic Colors of #bdc298

#bdc298 #98bdc2 #c298bd

Analogous Colors of #bdc298

#bdc298 #a8c298 #c2b298

Monochromatic Colors of #bdc298

#bdc298

Complementary Color

#bdc298 #9d98c2

#bdc298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc298 Color CSS Codes

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

#bdc298 Text Font Color

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

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


#bdc298 Background Color

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

This div background color is #bdc298


#bdc298 Border Color

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

This div border color is #bdc298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc298


Comments

No comments written yet.

Please login to write comment.