Color Hex Logo

#bddcda Color Hex

#BDDCDA
(189,220,218)
0 Favorites   0 Comments

Color spaces of #bddcda

RGB 189220218
HSL0.490.310.80
HSV176°14°86°
CMYK 0.140.000.01   0.14
XYZ59.234467.067276.1529
Yxy67.06720.29260.3313
Hunter Lab81.8946-14.20632.1930
CIE-Lab85.5379-10.5774-2.4649

#bddcda color RGB value is (189,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11011010
Octal 275 334 332
Decimal 189 220 218
Hex BD DC DA

RGB Percentages of Color #bddcda

%30.14
%35.09
%34.77

CMYK Percentages of Color #bddcda

%14
%0
%1
%14

Triadic Colors of #bddcda

#bddcda #dabddc #dcdabd

Analogous Colors of #bddcda

#bddcda #bdcfdc #bddccb

Monochromatic Colors of #bddcda

#bddcda

Complementary Color

#bddcda #dcbdbf

#bddcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcda Color CSS Codes

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

#bddcda Text Font Color

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

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


#bddcda Background Color

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

This div background color is #bddcda


#bddcda Border Color

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

This div border color is #bddcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcda


Comments

No comments written yet.

Please login to write comment.