Color Hex Logo

#bbddd4 Color Hex

#BBDDD4
(187,221,212)
0 Favorites   0 Comments

Color spaces of #bbddd4

RGB 187221212
HSL0.460.330.80
HSV164°15°87°
CMYK 0.150.000.04   0.13
XYZ58.233667.031272.1564
Yxy67.03120.29500.3395
Hunter Lab81.8726-16.31515.0570
CIE-Lab85.5197-12.91800.6654

#bbddd4 color RGB value is (187,221,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11010100
Octal 273 335 324
Decimal 187 221 212
Hex BB DD D4

RGB Percentages of Color #bbddd4

%30.16
%35.65
%34.19

CMYK Percentages of Color #bbddd4

%15
%0
%4
%13

Triadic Colors of #bbddd4

#bbddd4 #d4bbdd #ddd4bb

Analogous Colors of #bbddd4

#bbddd4 #bbd5dd #bbddc3

Monochromatic Colors of #bbddd4

#bbddd4

Complementary Color

#bbddd4 #ddbbc4

#bbddd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddd4 Color CSS Codes

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

#bbddd4 Text Font Color

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

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


#bbddd4 Background Color

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

This div background color is #bbddd4


#bbddd4 Border Color

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

This div border color is #bbddd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddd4

#bbddd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.