Color Hex Logo

#bddf6c Color Hex

#BDDF6C
(189,223,108)
0 Favorites   0 Comments

Color spaces of #bddf6c

RGB 189223108
HSL0.220.640.65
HSV78°52°87°
CMYK 0.150.000.52   0.13
XYZ50.080764.676924.0317
Yxy64.67690.36080.4660
Hunter Lab80.4219-29.582138.5783
CIE-Lab84.3170-28.556452.0941

#bddf6c color RGB value is (189,223,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 01101100
Octal 275 337 154
Decimal 189 223 108
Hex BD DF 6C

RGB Percentages of Color #bddf6c

%36.35
%42.88
%20.77

CMYK Percentages of Color #bddf6c

%15
%0
%52
%13

Triadic Colors of #bddf6c

#bddf6c #6cbddf #df6cbd

Analogous Colors of #bddf6c

#bddf6c #84df6c #dfc86c

Monochromatic Colors of #bddf6c

#bddf6c

Complementary Color

#bddf6c #8e6cdf

#bddf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf6c Color CSS Codes

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

#bddf6c Text Font Color

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

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


#bddf6c Background Color

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

This div background color is #bddf6c


#bddf6c Border Color

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

This div border color is #bddf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf6c


Comments

No comments written yet.

Please login to write comment.