Color Hex Logo

#bddccf Color Hex

#BDDCCF
(189,220,207)
0 Favorites   0 Comments

Color spaces of #bddccf

RGB 189220207
HSL0.430.310.80
HSV155°14°86°
CMYK 0.140.000.06   0.14
XYZ57.842066.510268.8206
Yxy66.51020.29940.3443
Hunter Lab81.5538-16.11817.0547
CIE-Lab85.2560-12.73542.9402

#bddccf color RGB value is (189,220,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11001111
Octal 275 334 317
Decimal 189 220 207
Hex BD DC CF

RGB Percentages of Color #bddccf

%30.68
%35.71
%33.60

CMYK Percentages of Color #bddccf

%14
%0
%6
%14

Triadic Colors of #bddccf

#bddccf #cfbddc #dccfbd

Analogous Colors of #bddccf

#bddccf #bddadc #bddcc0

Monochromatic Colors of #bddccf

#bddccf

Complementary Color

#bddccf #dcbdca

#bddccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddccf Color CSS Codes

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

#bddccf Text Font Color

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

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


#bddccf Background Color

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

This div background color is #bddccf


#bddccf Border Color

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

This div border color is #bddccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddccf


Comments

No comments written yet.

Please login to write comment.