Color Hex Logo

#bdcdec Color Hex

#BDCDEC
(189,205,236)
0 Favorites   0 Comments

Color spaces of #bdcdec

RGB 189205236
HSL0.610.550.83
HSV220°20°93°
CMYK 0.200.130.00   0.07
XYZ57.957960.537687.9871
Yxy60.53760.28070.2932
Hunter Lab77.8059-3.1951-12.5842
CIE-Lab82.12951.0235-17.0983

#bdcdec color RGB value is (189,205,236).

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

The process color (four color CMYK) of #bdcdec color hex is 0.20, 0.13, 0.00, 0.07. Web safe color of #bdcdec is #ccccff. Color #bdcdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 11101100
Octal 275 315 354
Decimal 189 205 236
Hex BD CD EC

RGB Percentages of Color #bdcdec

%30.00
%32.54
%37.46

CMYK Percentages of Color #bdcdec

%20
%13
%0
%7

Triadic Colors of #bdcdec

#bdcdec #ecbdcd #cdecbd

Analogous Colors of #bdcdec

#bdcdec #c5bdec #bde5ec

Monochromatic Colors of #bdcdec

#bdcdec

Complementary Color

#bdcdec #ecdcbd

#bdcdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdec Color CSS Codes

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

#bdcdec Text Font Color

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

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


#bdcdec Background Color

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

This div background color is #bdcdec


#bdcdec Border Color

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

This div border color is #bdcdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdec


Comments

No comments written yet.

Please login to write comment.