Color Hex Logo

#bdce45 Color Hex

#BDCE45
(189,206,69)
0 Favorites   0 Comments

Color spaces of #bdce45

RGB 18920669
HSL0.190.580.54
HSV67°67°81°
CMYK 0.080.000.67   0.19
XYZ44.131855.391113.9958
Yxy55.39110.38880.4879
Hunter Lab74.4252-24.399240.9480
CIE-Lab79.2660-23.454063.3166

#bdce45 color RGB value is (189,206,69).

#bdce45 hex color red value is 189, green value is 206 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bdce45 hue: 0.19 , saturation: 0.58 and the lightness value of bdce45 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 01000101
Octal 275 316 105
Decimal 189 206 69
Hex BD CE 45

RGB Percentages of Color #bdce45

%40.73
%44.40
%14.87

CMYK Percentages of Color #bdce45

%8
%0
%67
%19

Triadic Colors of #bdce45

#bdce45 #45bdce #ce45bd

Analogous Colors of #bdce45

#bdce45 #79ce45 #ce9b45

Monochromatic Colors of #bdce45

#bdce45

Complementary Color

#bdce45 #5645ce

#bdce45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce45 Color CSS Codes

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

#bdce45 Text Font Color

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

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


#bdce45 Background Color

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

This div background color is #bdce45


#bdce45 Border Color

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

This div border color is #bdce45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce45


Comments

No comments written yet.

Please login to write comment.