Color Hex Logo

#bdddcf Color Hex

#BDDDCF
(189,221,207)
0 Favorites   0 Comments

Color spaces of #bdddcf

RGB 189221207
HSL0.430.320.80
HSV154°14°87°
CMYK 0.140.000.06   0.13
XYZ58.105267.036768.9084
Yxy67.03670.29940.3455
Hunter Lab81.8759-16.60627.4135
CIE-Lab85.5225-13.24233.3267

#bdddcf color RGB value is (189,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11001111
Octal 275 335 317
Decimal 189 221 207
Hex BD DD CF

RGB Percentages of Color #bdddcf

%30.63
%35.82
%33.55

CMYK Percentages of Color #bdddcf

%14
%0
%6
%13

Triadic Colors of #bdddcf

#bdddcf #cfbddd #ddcfbd

Analogous Colors of #bdddcf

#bdddcf #bddbdd #bdddbf

Monochromatic Colors of #bdddcf

#bdddcf

Complementary Color

#bdddcf #ddbdcb

#bdddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddcf Color CSS Codes

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

#bdddcf Text Font Color

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

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


#bdddcf Background Color

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

This div background color is #bdddcf


#bdddcf Border Color

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

This div border color is #bdddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddcf


Comments

No comments written yet.

Please login to write comment.