Color Hex Logo

#bdce2d Color Hex

#BDCE2D
(189,206,45)
0 Favorites   0 Comments

Color spaces of #bdce2d

RGB 18920645
HSL0.180.640.49
HSV66°78°81°
CMYK 0.080.000.78   0.19
XYZ43.531255.150910.8335
Yxy55.15090.39750.5036
Hunter Lab74.2637-25.329943.3354
CIE-Lab79.1281-24.624071.3382

#bdce2d color RGB value is (189,206,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 00101101
Octal 275 316 55
Decimal 189 206 45
Hex BD CE 2D

RGB Percentages of Color #bdce2d

%42.95
%46.82
%10.23

CMYK Percentages of Color #bdce2d

%8
%0
%78
%19

Triadic Colors of #bdce2d

#bdce2d #2dbdce #ce2dbd

Analogous Colors of #bdce2d

#bdce2d #6dce2d #ce8f2d

Monochromatic Colors of #bdce2d

#bdce2d

Complementary Color

#bdce2d #3e2dce

#bdce2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce2d Color CSS Codes

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

#bdce2d Text Font Color

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

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


#bdce2d Background Color

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

This div background color is #bdce2d


#bdce2d Border Color

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

This div border color is #bdce2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce2d


Comments

No comments written yet.

Please login to write comment.