Color Hex Logo

#bddeb3 Color Hex

#BDDEB3
(189,222,179)
0 Favorites   0 Comments

Color spaces of #bddeb3

RGB 189222179
HSL0.290.390.79
HSV106°19°87°
CMYK 0.150.000.19   0.13
XYZ55.244266.316052.5364
Yxy66.31600.31730.3809
Hunter Lab81.4346-21.418518.7541
CIE-Lab85.1573-18.750917.5428

#bddeb3 color RGB value is (189,222,179).

#bddeb3 hex color red value is 189, green value is 222 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bddeb3 hue: 0.29 , saturation: 0.39 and the lightness value of bddeb3 is 0.79.

The process color (four color CMYK) of #bddeb3 color hex is 0.15, 0.00, 0.19, 0.13. Web safe color of #bddeb3 is #cccccc. Color #bddeb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 10110011
Octal 275 336 263
Decimal 189 222 179
Hex BD DE B3

RGB Percentages of Color #bddeb3

%32.03
%37.63
%30.34

CMYK Percentages of Color #bddeb3

%15
%0
%19
%13

Triadic Colors of #bddeb3

#bddeb3 #b3bdde #deb3bd

Analogous Colors of #bddeb3

#bddeb3 #b3debf #d3deb3

Monochromatic Colors of #bddeb3

#bddeb3

Complementary Color

#bddeb3 #d4b3de

#bddeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddeb3 Color CSS Codes

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

#bddeb3 Text Font Color

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

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


#bddeb3 Background Color

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

This div background color is #bddeb3


#bddeb3 Border Color

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

This div border color is #bddeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddeb3


Comments

No comments written yet.

Please login to write comment.