Color Hex Logo

#b4ddd4 Color Hex

#B4DDD4
(180,221,212)
0 Favorites   0 Comments

Color spaces of #b4ddd4

RGB 180221212
HSL0.460.380.79
HSV167°19°87°
CMYK 0.190.000.04   0.13
XYZ56.562566.169772.0782
Yxy66.16970.29030.3397
Hunter Lab81.3448-18.23464.4055
CIE-Lab85.0829-15.1369-0.0247

#b4ddd4 color RGB value is (180,221,212).

#b4ddd4 hex color red value is 180, green value is 221 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #b4ddd4 hue: 0.46 , saturation: 0.38 and the lightness value of b4ddd4 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011101 11010100
Octal 264 335 324
Decimal 180 221 212
Hex B4 DD D4

RGB Percentages of Color #b4ddd4

%29.36
%36.05
%34.58

CMYK Percentages of Color #b4ddd4

%19
%0
%4
%13

Triadic Colors of #b4ddd4

#b4ddd4 #d4b4dd #ddd4b4

Analogous Colors of #b4ddd4

#b4ddd4 #b4d2dd #b4ddc0

Monochromatic Colors of #b4ddd4

#b4ddd4

Complementary Color

#b4ddd4 #ddb4bd

#b4ddd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ddd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ddd4 Color CSS Codes

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

#b4ddd4 Text Font Color

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

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


#b4ddd4 Background Color

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

This div background color is #b4ddd4


#b4ddd4 Border Color

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

This div border color is #b4ddd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ddd4


Comments

No comments written yet.

Please login to write comment.