Color Hex Logo

#bdceca Color Hex

#BDCECA
(189,206,202)
0 Favorites   0 Comments

Color spaces of #bdceca

RGB 189206202
HSL0.460.150.77
HSV166°81°
CMYK 0.080.000.02   0.19
XYZ53.718259.225764.4776
Yxy59.22570.30280.3338
Hunter Lab76.9582-10.08084.1961
CIE-Lab81.4155-6.50020.0079

#bdceca color RGB value is (189,206,202).

#bdceca hex color red value is 189, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bdceca hue: 0.46 , saturation: 0.15 and the lightness value of bdceca is 0.77.

The process color (four color CMYK) of #bdceca color hex is 0.08, 0.00, 0.02, 0.19. Web safe color of #bdceca is #cccccc. Color #bdceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11001010
Octal 275 316 312
Decimal 189 206 202
Hex BD CE CA

RGB Percentages of Color #bdceca

%31.66
%34.51
%33.84

CMYK Percentages of Color #bdceca

%8
%0
%2
%19

Triadic Colors of #bdceca

#bdceca #cabdce #cecabd

Analogous Colors of #bdceca

#bdceca #bdcace #bdcec2

Monochromatic Colors of #bdceca

#bdceca

Complementary Color

#bdceca #cebdc1

#bdceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdceca Color CSS Codes

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

#bdceca Text Font Color

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

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


#bdceca Background Color

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

This div background color is #bdceca


#bdceca Border Color

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

This div border color is #bdceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdceca


Comments

No comments written yet.

Please login to write comment.