Color Hex Logo

#bdd323 Color Hex

#BDD323
(189,211,35)
0 Favorites   0 Comments

Color spaces of #bdd323

RGB 18921135
HSL0.190.720.48
HSV68°83°83°
CMYK 0.100.000.83   0.17
XYZ44.583957.528710.3444
Yxy57.52870.39650.5116
Hunter Lab75.8477-27.809645.0072
CIE-Lab80.4760-27.352075.0784

#bdd323 color RGB value is (189,211,35).

#bdd323 hex color red value is 189, green value is 211 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #bdd323 hue: 0.19 , saturation: 0.72 and the lightness value of bdd323 is 0.48.

The process color (four color CMYK) of #bdd323 color hex is 0.10, 0.00, 0.83, 0.17. Web safe color of #bdd323 is #cccc33. Color #bdd323 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 00100011
Octal 275 323 43
Decimal 189 211 35
Hex BD D3 23

RGB Percentages of Color #bdd323

%43.45
%48.51
%8.05

CMYK Percentages of Color #bdd323

%10
%0
%83
%17

Triadic Colors of #bdd323

#bdd323 #23bdd3 #d323bd

Analogous Colors of #bdd323

#bdd323 #65d323 #d39123

Monochromatic Colors of #bdd323

#bdd323

Complementary Color

#bdd323 #3923d3

#bdd323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd323 Color CSS Codes

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

#bdd323 Text Font Color

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

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


#bdd323 Background Color

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

This div background color is #bdd323


#bdd323 Border Color

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

This div border color is #bdd323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd323


Comments

No comments written yet.

Please login to write comment.