Color Hex Logo

#bdecd1 Color Hex

#BDECD1
(189,236,209)
0 Favorites   0 Comments

Color spaces of #bdecd1

RGB 189236209
HSL0.400.550.83
HSV146°20°93°
CMYK 0.200.000.11   0.07
XYZ62.490375.413271.5842
Yxy75.41320.29830.3600
Hunter Lab86.8408-23.523411.9149
CIE-Lab89.5862-20.34108.1387

#bdecd1 color RGB value is (189,236,209).

#bdecd1 hex color red value is 189, green value is 236 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bdecd1 hue: 0.40 , saturation: 0.55 and the lightness value of bdecd1 is 0.83.

The process color (four color CMYK) of #bdecd1 color hex is 0.20, 0.00, 0.11, 0.07. Web safe color of #bdecd1 is #ccffcc. Color #bdecd1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 11010001
Octal 275 354 321
Decimal 189 236 209
Hex BD EC D1

RGB Percentages of Color #bdecd1

%29.81
%37.22
%32.97

CMYK Percentages of Color #bdecd1

%20
%0
%11
%7

Triadic Colors of #bdecd1

#bdecd1 #d1bdec #ecd1bd

Analogous Colors of #bdecd1

#bdecd1 #bdece9 #c1ecbd

Monochromatic Colors of #bdecd1

#bdecd1

Complementary Color

#bdecd1 #ecbdd8

#bdecd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecd1 Color CSS Codes

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

#bdecd1 Text Font Color

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

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


#bdecd1 Background Color

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

This div background color is #bdecd1


#bdecd1 Border Color

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

This div border color is #bdecd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecd1


Comments

No comments written yet.

Please login to write comment.