Color Hex Logo

#bdd258 Color Hex

#BDD258
(189,210,88)
0 Favorites   0 Comments

Color spaces of #bdd258

RGB 18921088
HSL0.200.580.58
HSV70°58°82°
CMYK 0.100.000.58   0.18
XYZ45.794357.616617.9400
Yxy57.61660.37740.4748
Hunter Lab75.9056-25.144739.1210
CIE-Lab80.5252-24.079356.7789

#bdd258 color RGB value is (189,210,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 01011000
Octal 275 322 130
Decimal 189 210 88
Hex BD D2 58

RGB Percentages of Color #bdd258

%38.81
%43.12
%18.07

CMYK Percentages of Color #bdd258

%10
%0
%58
%18

Triadic Colors of #bdd258

#bdd258 #58bdd2 #d258bd

Analogous Colors of #bdd258

#bdd258 #80d258 #d2aa58

Monochromatic Colors of #bdd258

#bdd258

Complementary Color

#bdd258 #6d58d2

#bdd258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd258 Color CSS Codes

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

#bdd258 Text Font Color

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

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


#bdd258 Background Color

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

This div background color is #bdd258


#bdd258 Border Color

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

This div border color is #bdd258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd258


Comments

No comments written yet.

Please login to write comment.