Color Hex Logo

#bdce48 Color Hex

#BDCE48
(189,206,72)
0 Favorites   0 Comments

Color spaces of #bdce48

RGB 18920672
HSL0.190.580.55
HSV68°65°81°
CMYK 0.080.000.65   0.19
XYZ44.227355.429314.4988
Yxy55.42930.38740.4856
Hunter Lab74.4509-24.251640.5693
CIE-Lab79.2879-23.269362.1593

#bdce48 color RGB value is (189,206,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 01001000
Octal 275 316 110
Decimal 189 206 72
Hex BD CE 48

RGB Percentages of Color #bdce48

%40.47
%44.11
%15.42

CMYK Percentages of Color #bdce48

%8
%0
%65
%19

Triadic Colors of #bdce48

#bdce48 #48bdce #ce48bd

Analogous Colors of #bdce48

#bdce48 #7ace48 #ce9c48

Monochromatic Colors of #bdce48

#bdce48

Complementary Color

#bdce48 #5948ce

#bdce48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce48 Color CSS Codes

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

#bdce48 Text Font Color

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

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


#bdce48 Background Color

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

This div background color is #bdce48


#bdce48 Border Color

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

This div border color is #bdce48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce48


Comments

No comments written yet.

Please login to write comment.