Color Hex Logo

#bdcd18 Color Hex

#BDCD18
(189,205,24)
0 Favorites   0 Comments

Color spaces of #bdcd18

RGB 18920524
HSL0.180.790.45
HSV65°88°80°
CMYK 0.080.000.88   0.20
XYZ42.982554.54749.1274
Yxy54.54740.40300.5114
Hunter Lab73.8562-25.365844.3721
CIE-Lab78.7798-24.749075.8831

#bdcd18 color RGB value is (189,205,24).

#bdcd18 hex color red value is 189, green value is 205 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bdcd18 hue: 0.18 , saturation: 0.79 and the lightness value of bdcd18 is 0.45.

The process color (four color CMYK) of #bdcd18 color hex is 0.08, 0.00, 0.88, 0.20. Web safe color of #bdcd18 is #cccc00. Color #bdcd18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 00011000
Octal 275 315 30
Decimal 189 205 24
Hex BD CD 18

RGB Percentages of Color #bdcd18

%45.22
%49.04
%5.74

CMYK Percentages of Color #bdcd18

%8
%0
%88
%20

Triadic Colors of #bdcd18

#bdcd18 #18bdcd #cd18bd

Analogous Colors of #bdcd18

#bdcd18 #63cd18 #cd8318

Monochromatic Colors of #bdcd18

#bdcd18

Complementary Color

#bdcd18 #2818cd

#bdcd18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd18 Color CSS Codes

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

#bdcd18 Text Font Color

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

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


#bdcd18 Background Color

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

This div background color is #bdcd18


#bdcd18 Border Color

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

This div border color is #bdcd18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd18


Comments

No comments written yet.

Please login to write comment.