Color Hex Logo

#bdce68 Color Hex

#BDCE68
(189,206,104)
0 Favorites   0 Comments

Color spaces of #bdce68

RGB 189206104
HSL0.190.510.61
HSV70°50°81°
CMYK 0.080.000.50   0.19
XYZ45.556355.960921.4972
Yxy55.96090.37030.4549
Hunter Lab74.8070-22.208635.3268
CIE-Lab79.5916-20.735448.3547

#bdce68 color RGB value is (189,206,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 01101000
Octal 275 316 150
Decimal 189 206 104
Hex BD CE 68

RGB Percentages of Color #bdce68

%37.88
%41.28
%20.84

CMYK Percentages of Color #bdce68

%8
%0
%50
%19

Triadic Colors of #bdce68

#bdce68 #68bdce #ce68bd

Analogous Colors of #bdce68

#bdce68 #8ace68 #ceac68

Monochromatic Colors of #bdce68

#bdce68

Complementary Color

#bdce68 #7968ce

#bdce68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce68 Color CSS Codes

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

#bdce68 Text Font Color

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

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


#bdce68 Background Color

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

This div background color is #bdce68


#bdce68 Border Color

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

This div border color is #bdce68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce68


Comments

No comments written yet.

Please login to write comment.