Color Hex Logo

#bbdada Color Hex

#BBDADA
(187,218,218)
0 Favorites   0 Comments

Color spaces of #bbdada

RGB 187218218
HSL0.500.300.79
HSV180°14°85°
CMYK 0.140.000.00   0.15
XYZ58.219865.769675.9560
Yxy65.76960.29120.3289
Hunter Lab81.0985-13.77891.2385
CIE-Lab84.8788-10.1889-3.4481

#bbdada color RGB value is (187,218,218).

#bbdada hex color red value is 187, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bbdada hue: 0.50 , saturation: 0.30 and the lightness value of bbdada is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 11011010
Octal 273 332 332
Decimal 187 218 218
Hex BB DA DA

RGB Percentages of Color #bbdada

%30.02
%34.99
%34.99

CMYK Percentages of Color #bbdada

%14
%0
%0
%15

Triadic Colors of #bbdada

#bbdada #dabbda #dadabb

Analogous Colors of #bbdada

#bbdada #bbcbda #bbdacb

Monochromatic Colors of #bbdada

#bbdada

Complementary Color

#bbdada #dabbbb

#bbdada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdada Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdada Color CSS Codes

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

#bbdada Text Font Color

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

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


#bbdada Background Color

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

This div background color is #bbdada


#bbdada Border Color

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

This div border color is #bbdada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdada


Comments

No comments written yet.

Please login to write comment.