Color Hex Logo

#bdebce Color Hex

#BDEBCE
(189,235,206)
0 Favorites   0 Comments

Color spaces of #bdebce

RGB 189235206
HSL0.390.530.83
HSV142°20°92°
CMYK 0.200.000.12   0.08
XYZ61.835274.691769.5504
Yxy74.69170.30010.3624
Hunter Lab86.4244-23.528812.7832
CIE-Lab89.2484-20.40969.2191

#bdebce color RGB value is (189,235,206).

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

The process color (four color CMYK) of #bdebce color hex is 0.20, 0.00, 0.12, 0.08. Web safe color of #bdebce is #ccffcc. Color #bdebce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11001110
Octal 275 353 316
Decimal 189 235 206
Hex BD EB CE

RGB Percentages of Color #bdebce

%30.00
%37.30
%32.70

CMYK Percentages of Color #bdebce

%20
%0
%12
%8

Triadic Colors of #bdebce

#bdebce #cebdeb #ebcebd

Analogous Colors of #bdebce

#bdebce #bdebe5 #c3ebbd

Monochromatic Colors of #bdebce

#bdebce

Complementary Color

#bdebce #ebbdda

#bdebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebce Color CSS Codes

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

#bdebce Text Font Color

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

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


#bdebce Background Color

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

This div background color is #bdebce


#bdebce Border Color

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

This div border color is #bdebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebce


Comments

No comments written yet.

Please login to write comment.