Color Hex Logo

#bddfb5 Color Hex

#BDDFB5
(189,223,181)
0 Favorites   0 Comments

Color spaces of #bddfb5

RGB 189223181
HSL0.300.400.79
HSV109°19°87°
CMYK 0.150.000.19   0.13
XYZ55.714466.930453.6985
Yxy66.93040.31590.3795
Hunter Lab81.8110-21.608318.3514
CIE-Lab85.4688-18.912816.9315

#bddfb5 color RGB value is (189,223,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 10110101
Octal 275 337 265
Decimal 189 223 181
Hex BD DF B5

RGB Percentages of Color #bddfb5

%31.87
%37.61
%30.52

CMYK Percentages of Color #bddfb5

%15
%0
%19
%13

Triadic Colors of #bddfb5

#bddfb5 #b5bddf #dfb5bd

Analogous Colors of #bddfb5

#bddfb5 #b5dfc2 #d2dfb5

Monochromatic Colors of #bddfb5

#bddfb5

Complementary Color

#bddfb5 #d7b5df

#bddfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfb5 Color CSS Codes

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

#bddfb5 Text Font Color

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

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


#bddfb5 Background Color

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

This div background color is #bddfb5


#bddfb5 Border Color

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

This div border color is #bddfb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfb5


Comments

No comments written yet.

Please login to write comment.