Color Hex Logo

#bddcb5 Color Hex

#BDDCB5
(189,220,181)
0 Favorites   0 Comments

Color spaces of #bddcb5

RGB 189220181
HSL0.300.360.79
HSV108°18°86°
CMYK 0.140.000.18   0.14
XYZ54.920065.341453.4336
Yxy65.34140.31620.3762
Hunter Lab80.8340-20.183617.3914
CIE-Lab84.6594-17.422215.7962

#bddcb5 color RGB value is (189,220,181).

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

The process color (four color CMYK) of #bddcb5 color hex is 0.14, 0.00, 0.18, 0.14. Web safe color of #bddcb5 is #cccccc. Color #bddcb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10110101
Octal 275 334 265
Decimal 189 220 181
Hex BD DC B5

RGB Percentages of Color #bddcb5

%32.03
%37.29
%30.68

CMYK Percentages of Color #bddcb5

%14
%0
%18
%14

Triadic Colors of #bddcb5

#bddcb5 #b5bddc #dcb5bd

Analogous Colors of #bddcb5

#bddcb5 #b5dcc1 #d1dcb5

Monochromatic Colors of #bddcb5

#bddcb5

Complementary Color

#bddcb5 #d4b5dc

#bddcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcb5 Color CSS Codes

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

#bddcb5 Text Font Color

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

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


#bddcb5 Background Color

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

This div background color is #bddcb5


#bddcb5 Border Color

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

This div border color is #bddcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcb5


Comments

No comments written yet.

Please login to write comment.