Color Hex Logo

#bdd688 Color Hex

#BDD688
(189,214,136)
0 Favorites   0 Comments

Color spaces of #bdd688

RGB 189214136
HSL0.220.490.69
HSV79°36°84°
CMYK 0.120.000.36   0.16
XYZ49.476860.689532.3991
Yxy60.68950.34700.4257
Hunter Lab77.9035-22.965029.8744
CIE-Lab82.2115-21.111135.8078

#bdd688 color RGB value is (189,214,136).

#bdd688 hex color red value is 189, green value is 214 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bdd688 hue: 0.22 , saturation: 0.49 and the lightness value of bdd688 is 0.69.

The process color (four color CMYK) of #bdd688 color hex is 0.12, 0.00, 0.36, 0.16. Web safe color of #bdd688 is #cccc99. Color #bdd688 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 10001000
Octal 275 326 210
Decimal 189 214 136
Hex BD D6 88

RGB Percentages of Color #bdd688

%35.06
%39.70
%25.23

CMYK Percentages of Color #bdd688

%12
%0
%36
%16

Triadic Colors of #bdd688

#bdd688 #88bdd6 #d688bd

Analogous Colors of #bdd688

#bdd688 #96d688 #d6c888

Monochromatic Colors of #bdd688

#bdd688

Complementary Color

#bdd688 #a188d6

#bdd688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd688 Color CSS Codes

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

#bdd688 Text Font Color

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

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


#bdd688 Background Color

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

This div background color is #bdd688


#bdd688 Border Color

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

This div border color is #bdd688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd688


Comments

No comments written yet.

Please login to write comment.