Color Hex Logo

#bddea0 Color Hex

#BDDEA0
(189,222,160)
0 Favorites   0 Comments

Color spaces of #bddea0

RGB 189222160
HSL0.260.480.75
HSV92°28°87°
CMYK 0.150.000.28   0.13
XYZ53.452765.599443.1024
Yxy65.59940.32960.4045
Hunter Lab80.9935-23.935125.1430
CIE-Lab84.7917-21.734826.9277

#bddea0 color RGB value is (189,222,160).

#bddea0 hex color red value is 189, green value is 222 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bddea0 hue: 0.26 , saturation: 0.48 and the lightness value of bddea0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 10100000
Octal 275 336 240
Decimal 189 222 160
Hex BD DE A0

RGB Percentages of Color #bddea0

%33.10
%38.88
%28.02

CMYK Percentages of Color #bddea0

%15
%0
%28
%13

Triadic Colors of #bddea0

#bddea0 #a0bdde #dea0bd

Analogous Colors of #bddea0

#bddea0 #a0dea2 #dcdea0

Monochromatic Colors of #bddea0

#bddea0

Complementary Color

#bddea0 #c1a0de

#bddea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddea0 Color CSS Codes

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

#bddea0 Text Font Color

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

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


#bddea0 Background Color

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

This div background color is #bddea0


#bddea0 Border Color

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

This div border color is #bddea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddea0


Comments

No comments written yet.

Please login to write comment.