Color Hex Logo

#bddf80 Color Hex

#BDDF80
(189,223,128)
0 Favorites   0 Comments

Color spaces of #bddf80

RGB 189223128
HSL0.230.600.69
HSV81°43°87°
CMYK 0.150.000.43   0.13
XYZ51.270265.152730.2956
Yxy65.15270.34940.4441
Hunter Lab80.7172-27.875034.2487
CIE-Lab84.5624-26.441842.8155

#bddf80 color RGB value is (189,223,128).

#bddf80 hex color red value is 189, green value is 223 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bddf80 hue: 0.23 , saturation: 0.60 and the lightness value of bddf80 is 0.69.

The process color (four color CMYK) of #bddf80 color hex is 0.15, 0.00, 0.43, 0.13. Web safe color of #bddf80 is #cccc99. Color #bddf80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 10000000
Octal 275 337 200
Decimal 189 223 128
Hex BD DF 80

RGB Percentages of Color #bddf80

%35.00
%41.30
%23.70

CMYK Percentages of Color #bddf80

%15
%0
%43
%13

Triadic Colors of #bddf80

#bddf80 #80bddf #df80bd

Analogous Colors of #bddf80

#bddf80 #8edf80 #dfd280

Monochromatic Colors of #bddf80

#bddf80

Complementary Color

#bddf80 #a280df

#bddf80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf80 Color CSS Codes

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

#bddf80 Text Font Color

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

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


#bddf80 Background Color

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

This div background color is #bddf80


#bddf80 Border Color

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

This div border color is #bddf80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf80


Comments

No comments written yet.

Please login to write comment.