Color Hex Logo

#bdda1c Color Hex

#BDDA1C
(189,218,28)
0 Favorites   0 Comments

Color spaces of #bdda1c

RGB 18921828
HSL0.190.770.48
HSV69°87°85°
CMYK 0.130.000.87   0.15
XYZ46.267361.045510.4430
Yxy61.04550.39290.5184
Hunter Lab78.1316-31.027846.7675
CIE-Lab82.4032-30.829478.1121

#bdda1c color RGB value is (189,218,28).

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

The process color (four color CMYK) of #bdda1c color hex is 0.13, 0.00, 0.87, 0.15. Web safe color of #bdda1c is #cccc33. Color #bdda1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 00011100
Octal 275 332 34
Decimal 189 218 28
Hex BD DA 1C

RGB Percentages of Color #bdda1c

%43.45
%50.11
%6.44

CMYK Percentages of Color #bdda1c

%13
%0
%87
%15

Triadic Colors of #bdda1c

#bdda1c #1cbdda #da1cbd

Analogous Colors of #bdda1c

#bdda1c #5eda1c #da981c

Monochromatic Colors of #bdda1c

#bdda1c

Complementary Color

#bdda1c #391cda

#bdda1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda1c Color CSS Codes

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

#bdda1c Text Font Color

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

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


#bdda1c Background Color

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

This div background color is #bdda1c


#bdda1c Border Color

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

This div border color is #bdda1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda1c


Comments

No comments written yet.

Please login to write comment.