Color Hex Logo

#bdce31 Color Hex

#BDCE31
(189,206,49)
0 Favorites   0 Comments

Color spaces of #bdce31

RGB 18920649
HSL0.180.620.50
HSV66°76°81°
CMYK 0.080.000.76   0.19
XYZ43.612055.183211.2586
Yxy55.18320.39630.5014
Hunter Lab74.2854-25.204443.0139
CIE-Lab79.1467-24.465770.1736

#bdce31 color RGB value is (189,206,49).

#bdce31 hex color red value is 189, green value is 206 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bdce31 hue: 0.18 , saturation: 0.62 and the lightness value of bdce31 is 0.50.

The process color (four color CMYK) of #bdce31 color hex is 0.08, 0.00, 0.76, 0.19. Web safe color of #bdce31 is #cccc33. Color #bdce31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 00110001
Octal 275 316 61
Decimal 189 206 49
Hex BD CE 31

RGB Percentages of Color #bdce31

%42.57
%46.40
%11.04

CMYK Percentages of Color #bdce31

%8
%0
%76
%19

Triadic Colors of #bdce31

#bdce31 #31bdce #ce31bd

Analogous Colors of #bdce31

#bdce31 #6fce31 #ce9131

Monochromatic Colors of #bdce31

#bdce31

Complementary Color

#bdce31 #4231ce

#bdce31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce31 Color CSS Codes

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

#bdce31 Text Font Color

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

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


#bdce31 Background Color

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

This div background color is #bdce31


#bdce31 Border Color

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

This div border color is #bdce31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce31


Comments

No comments written yet.

Please login to write comment.