Color Hex Logo

#bddf6f Color Hex

#BDDF6F
(189,223,111)
0 Favorites   0 Comments

Color spaces of #bddf6f

RGB 189223111
HSL0.220.640.65
HSV78°50°87°
CMYK 0.150.000.50   0.13
XYZ50.243264.741924.8873
Yxy64.74190.35920.4629
Hunter Lab80.4624-29.348237.9850
CIE-Lab84.3506-28.264950.7343

#bddf6f color RGB value is (189,223,111).

#bddf6f hex color red value is 189, green value is 223 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bddf6f hue: 0.22 , saturation: 0.64 and the lightness value of bddf6f is 0.65.

The process color (four color CMYK) of #bddf6f color hex is 0.15, 0.00, 0.50, 0.13. Web safe color of #bddf6f is #cccc66. Color #bddf6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 01101111
Octal 275 337 157
Decimal 189 223 111
Hex BD DF 6F

RGB Percentages of Color #bddf6f

%36.14
%42.64
%21.22

CMYK Percentages of Color #bddf6f

%15
%0
%50
%13

Triadic Colors of #bddf6f

#bddf6f #6fbddf #df6fbd

Analogous Colors of #bddf6f

#bddf6f #85df6f #dfc96f

Monochromatic Colors of #bddf6f

#bddf6f

Complementary Color

#bddf6f #916fdf

#bddf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf6f Color CSS Codes

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

#bddf6f Text Font Color

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

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


#bddf6f Background Color

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

This div background color is #bddf6f


#bddf6f Border Color

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

This div border color is #bddf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf6f


Comments

No comments written yet.

Please login to write comment.