Color Hex Logo

#bdcea3 Color Hex

#BDCEA3
(189,206,163)
0 Favorites   0 Comments

Color spaces of #bdcea3

RGB 189206163
HSL0.230.300.72
HSV84°21°81°
CMYK 0.080.000.21   0.19
XYZ49.668457.605843.1516
Yxy57.60580.33020.3830
Hunter Lab75.8985-16.010919.4200
CIE-Lab80.5191-13.297719.5054

#bdcea3 color RGB value is (189,206,163).

#bdcea3 hex color red value is 189, green value is 206 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bdcea3 hue: 0.23 , saturation: 0.30 and the lightness value of bdcea3 is 0.72.

The process color (four color CMYK) of #bdcea3 color hex is 0.08, 0.00, 0.21, 0.19. Web safe color of #bdcea3 is #cccc99. Color #bdcea3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10100011
Octal 275 316 243
Decimal 189 206 163
Hex BD CE A3

RGB Percentages of Color #bdcea3

%33.87
%36.92
%29.21

CMYK Percentages of Color #bdcea3

%8
%0
%21
%19

Triadic Colors of #bdcea3

#bdcea3 #a3bdce #cea3bd

Analogous Colors of #bdcea3

#bdcea3 #a8cea3 #cecaa3

Monochromatic Colors of #bdcea3

#bdcea3

Complementary Color

#bdcea3 #b4a3ce

#bdcea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcea3 Color CSS Codes

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

#bdcea3 Text Font Color

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

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


#bdcea3 Background Color

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

This div background color is #bdcea3


#bdcea3 Border Color

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

This div border color is #bdcea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcea3


Comments

No comments written yet.

Please login to write comment.