Color Hex Logo

#bddfb4 Color Hex

#BDDFB4
(189,223,180)
0 Favorites   0 Comments

Color spaces of #bddfb4

RGB 189223180
HSL0.300.400.79
HSV107°19°87°
CMYK 0.150.000.19   0.13
XYZ55.612266.889553.1599
Yxy66.88950.31660.3808
Hunter Lab81.7860-21.750518.7124
CIE-Lab85.4481-19.079717.4260

#bddfb4 color RGB value is (189,223,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 10110100
Octal 275 337 264
Decimal 189 223 180
Hex BD DF B4

RGB Percentages of Color #bddfb4

%31.93
%37.67
%30.41

CMYK Percentages of Color #bddfb4

%15
%0
%19
%13

Triadic Colors of #bddfb4

#bddfb4 #b4bddf #dfb4bd

Analogous Colors of #bddfb4

#bddfb4 #b4dfc1 #d3dfb4

Monochromatic Colors of #bddfb4

#bddfb4

Complementary Color

#bddfb4 #d6b4df

#bddfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfb4 Color CSS Codes

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

#bddfb4 Text Font Color

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

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


#bddfb4 Background Color

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

This div background color is #bddfb4


#bddfb4 Border Color

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

This div border color is #bddfb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,223,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 #bddfb4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfb4


Comments

No comments written yet.

Please login to write comment.