Color Hex Logo

#bdd227 Color Hex

#BDD227
(189,210,39)
0 Favorites   0 Comments

Color spaces of #bdd227

RGB 18921039
HSL0.190.690.49
HSV67°81°82°
CMYK 0.100.000.81   0.18
XYZ44.399157.058510.5928
Yxy57.05850.39620.5092
Hunter Lab75.5371-27.271444.5615
CIE-Lab80.2125-26.753573.8993

#bdd227 color RGB value is (189,210,39).

#bdd227 hex color red value is 189, green value is 210 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bdd227 hue: 0.19 , saturation: 0.69 and the lightness value of bdd227 is 0.49.

The process color (four color CMYK) of #bdd227 color hex is 0.10, 0.00, 0.81, 0.18. Web safe color of #bdd227 is #cccc33. Color #bdd227 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 00100111
Octal 275 322 47
Decimal 189 210 39
Hex BD D2 27

RGB Percentages of Color #bdd227

%43.15
%47.95
%8.90

CMYK Percentages of Color #bdd227

%10
%0
%81
%18

Triadic Colors of #bdd227

#bdd227 #27bdd2 #d227bd

Analogous Colors of #bdd227

#bdd227 #68d227 #d29227

Monochromatic Colors of #bdd227

#bdd227

Complementary Color

#bdd227 #3c27d2

#bdd227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd227 Color CSS Codes

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

#bdd227 Text Font Color

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

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


#bdd227 Background Color

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

This div background color is #bdd227


#bdd227 Border Color

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

This div border color is #bdd227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd227


Comments

No comments written yet.

Please login to write comment.