Color Hex Logo

#bdddc4 Color Hex

#BDDDC4
(189,221,196)
0 Favorites   0 Comments

Color spaces of #bdddc4

RGB 189221196
HSL0.370.320.80
HSV133°14°87°
CMYK 0.140.000.11   0.13
XYZ56.806566.517262.0696
Yxy66.51720.30640.3588
Hunter Lab81.5581-18.398511.9681
CIE-Lab85.2595-15.29448.7529

#bdddc4 color RGB value is (189,221,196).

#bdddc4 hex color red value is 189, green value is 221 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bdddc4 hue: 0.37 , saturation: 0.32 and the lightness value of bdddc4 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11000100
Octal 275 335 304
Decimal 189 221 196
Hex BD DD C4

RGB Percentages of Color #bdddc4

%31.19
%36.47
%32.34

CMYK Percentages of Color #bdddc4

%14
%0
%11
%13

Triadic Colors of #bdddc4

#bdddc4 #c4bddd #ddc4bd

Analogous Colors of #bdddc4

#bdddc4 #bdddd4 #c6ddbd

Monochromatic Colors of #bdddc4

#bdddc4

Complementary Color

#bdddc4 #ddbdd6

#bdddc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddc4 Color CSS Codes

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

#bdddc4 Text Font Color

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

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


#bdddc4 Background Color

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

This div background color is #bdddc4


#bdddc4 Border Color

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

This div border color is #bdddc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddc4


Comments

No comments written yet.

Please login to write comment.