Color Hex Logo

#bddcb4 Color Hex

#BDDCB4
(189,220,180)
0 Favorites   0 Comments

Color spaces of #bddcb4

RGB 189220180
HSL0.300.360.78
HSV107°18°86°
CMYK 0.140.000.18   0.14
XYZ54.817765.300552.8951
Yxy65.30050.31680.3774
Hunter Lab80.8087-20.327417.7566
CIE-Lab84.6383-17.590416.2917

#bddcb4 color RGB value is (189,220,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10110100
Octal 275 334 264
Decimal 189 220 180
Hex BD DC B4

RGB Percentages of Color #bddcb4

%32.09
%37.35
%30.56

CMYK Percentages of Color #bddcb4

%14
%0
%18
%14

Triadic Colors of #bddcb4

#bddcb4 #b4bddc #dcb4bd

Analogous Colors of #bddcb4

#bddcb4 #b4dcbf #d1dcb4

Monochromatic Colors of #bddcb4

#bddcb4

Complementary Color

#bddcb4 #d3b4dc

#bddcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcb4 Color CSS Codes

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

#bddcb4 Text Font Color

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

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


#bddcb4 Background Color

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

This div background color is #bddcb4


#bddcb4 Border Color

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

This div border color is #bddcb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcb4


Comments

No comments written yet.

Please login to write comment.