Color Hex Logo

#bdce61 Color Hex

#BDCE61
(189,206,97)
0 Favorites   0 Comments

Color spaces of #bdce61

RGB 18920697
HSL0.190.530.59
HSV69°53°81°
CMYK 0.080.000.53   0.19
XYZ45.215255.824519.7014
Yxy55.82450.37450.4623
Hunter Lab74.7158-22.731136.6672
CIE-Lab79.5138-21.379551.5583

#bdce61 color RGB value is (189,206,97).

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

The process color (four color CMYK) of #bdce61 color hex is 0.08, 0.00, 0.53, 0.19. Web safe color of #bdce61 is #cccc66. Color #bdce61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 01100001
Octal 275 316 141
Decimal 189 206 97
Hex BD CE 61

RGB Percentages of Color #bdce61

%38.41
%41.87
%19.72

CMYK Percentages of Color #bdce61

%8
%0
%53
%19

Triadic Colors of #bdce61

#bdce61 #61bdce #ce61bd

Analogous Colors of #bdce61

#bdce61 #87ce61 #cea961

Monochromatic Colors of #bdce61

#bdce61

Complementary Color

#bdce61 #7261ce

#bdce61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce61 Color CSS Codes

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

#bdce61 Text Font Color

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

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


#bdce61 Background Color

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

This div background color is #bdce61


#bdce61 Border Color

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

This div border color is #bdce61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce61


Comments

No comments written yet.

Please login to write comment.