Color Hex Logo

#bdce62 Color Hex

#BDCE62
(189,206,98)
0 Favorites   0 Comments

Color spaces of #bdce62

RGB 18920698
HSL0.190.520.60
HSV69°52°81°
CMYK 0.080.000.52   0.19
XYZ45.262255.843319.9485
Yxy55.84330.37390.4613
Hunter Lab74.7284-22.659136.4826
CIE-Lab79.5246-21.290551.1058

#bdce62 color RGB value is (189,206,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 01100010
Octal 275 316 142
Decimal 189 206 98
Hex BD CE 62

RGB Percentages of Color #bdce62

%38.34
%41.78
%19.88

CMYK Percentages of Color #bdce62

%8
%0
%52
%19

Triadic Colors of #bdce62

#bdce62 #62bdce #ce62bd

Analogous Colors of #bdce62

#bdce62 #87ce62 #cea962

Monochromatic Colors of #bdce62

#bdce62

Complementary Color

#bdce62 #7362ce

#bdce62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce62 Color CSS Codes

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

#bdce62 Text Font Color

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

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


#bdce62 Background Color

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

This div background color is #bdce62


#bdce62 Border Color

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

This div border color is #bdce62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce62

#bdce62 Color Palettes


Comments

No comments written yet.

Please login to write comment.