Color Hex Logo

#bddeb4 Color Hex

#BDDEB4
(189,222,180)
0 Favorites   0 Comments

Color spaces of #bddeb4

RGB 189222180
HSL0.300.390.79
HSV107°19°87°
CMYK 0.150.000.19   0.13
XYZ55.345866.356753.0711
Yxy66.35670.31670.3797
Hunter Lab81.4596-21.276818.3942
CIE-Lab85.1780-18.584417.0481

#bddeb4 color RGB value is (189,222,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 10110100
Octal 275 336 264
Decimal 189 222 180
Hex BD DE B4

RGB Percentages of Color #bddeb4

%31.98
%37.56
%30.46

CMYK Percentages of Color #bddeb4

%15
%0
%19
%13

Triadic Colors of #bddeb4

#bddeb4 #b4bdde #deb4bd

Analogous Colors of #bddeb4

#bddeb4 #b4dec0 #d2deb4

Monochromatic Colors of #bddeb4

#bddeb4

Complementary Color

#bddeb4 #d5b4de

#bddeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddeb4 Color CSS Codes

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

#bddeb4 Text Font Color

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

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


#bddeb4 Background Color

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

This div background color is #bddeb4


#bddeb4 Border Color

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

This div border color is #bddeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddeb4


Comments

No comments written yet.

Please login to write comment.