Color Hex Logo

#bdddc8 Color Hex

#BDDDC8
(189,221,200)
0 Favorites   0 Comments

Color spaces of #bdddc8

RGB 189221200
HSL0.390.320.80
HSV141°14°87°
CMYK 0.140.000.10   0.13
XYZ57.268066.701964.5000
Yxy66.70190.30390.3539
Hunter Lab81.6712-17.760210.3455
CIE-Lab85.3532-14.56066.7776

#bdddc8 color RGB value is (189,221,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11001000
Octal 275 335 310
Decimal 189 221 200
Hex BD DD C8

RGB Percentages of Color #bdddc8

%30.98
%36.23
%32.79

CMYK Percentages of Color #bdddc8

%14
%0
%10
%13

Triadic Colors of #bdddc8

#bdddc8 #c8bddd #ddc8bd

Analogous Colors of #bdddc8

#bdddc8 #bdddd8 #c2ddbd

Monochromatic Colors of #bdddc8

#bdddc8

Complementary Color

#bdddc8 #ddbdd2

#bdddc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddc8 Color CSS Codes

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

#bdddc8 Text Font Color

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

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


#bdddc8 Background Color

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

This div background color is #bdddc8


#bdddc8 Border Color

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

This div border color is #bdddc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddc8


Comments

No comments written yet.

Please login to write comment.