Color Hex Logo

#bddcdb Color Hex

#BDDCDB
(189,220,219)
0 Favorites   0 Comments

Color spaces of #bddcdb

RGB 189220219
HSL0.490.310.80
HSV178°14°86°
CMYK 0.140.000.00   0.14
XYZ59.365667.119776.8443
Yxy67.11970.29200.3301
Hunter Lab81.9266-14.02701.7367
CIE-Lab85.5644-10.3764-2.9548

#bddcdb color RGB value is (189,220,219).

#bddcdb hex color red value is 189, green value is 220 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bddcdb hue: 0.49 , saturation: 0.31 and the lightness value of bddcdb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11011011
Octal 275 334 333
Decimal 189 220 219
Hex BD DC DB

RGB Percentages of Color #bddcdb

%30.10
%35.03
%34.87

CMYK Percentages of Color #bddcdb

%14
%0
%0
%14

Triadic Colors of #bddcdb

#bddcdb #dbbddc #dcdbbd

Analogous Colors of #bddcdb

#bddcdb #bdcedc #bddccc

Monochromatic Colors of #bddcdb

#bddcdb

Complementary Color

#bddcdb #dcbdbe

#bddcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcdb Color CSS Codes

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

#bddcdb Text Font Color

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

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


#bddcdb Background Color

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

This div background color is #bddcdb


#bddcdb Border Color

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

This div border color is #bddcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcdb


Comments

No comments written yet.

Please login to write comment.