Color Hex Logo

#bdedce Color Hex

#BDEDCE
(189,237,206)
0 Favorites   0 Comments

Color spaces of #bdedce

RGB 189237206
HSL0.390.570.84
HSV141°20°93°
CMYK 0.200.000.13   0.07
XYZ62.411075.843469.7424
Yxy75.84340.30010.3646
Hunter Lab87.0881-24.483613.4807
CIE-Lab89.7866-21.38889.9887

#bdedce color RGB value is (189,237,206).

#bdedce hex color red value is 189, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bdedce hue: 0.39 , saturation: 0.57 and the lightness value of bdedce is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11001110
Octal 275 355 316
Decimal 189 237 206
Hex BD ED CE

RGB Percentages of Color #bdedce

%29.91
%37.50
%32.59

CMYK Percentages of Color #bdedce

%20
%0
%13
%7

Triadic Colors of #bdedce

#bdedce #cebded #edcebd

Analogous Colors of #bdedce

#bdedce #bdede6 #c4edbd

Monochromatic Colors of #bdedce

#bdedce

Complementary Color

#bdedce #edbddc

#bdedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedce Color CSS Codes

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

#bdedce Text Font Color

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

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


#bdedce Background Color

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

This div background color is #bdedce


#bdedce Border Color

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

This div border color is #bdedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedce


Comments

No comments written yet.

Please login to write comment.