Color Hex Logo

#bdeca0 Color Hex

#BDECA0
(189,236,160)
0 Favorites   0 Comments

Color spaces of #bdeca0

RGB 189236160
HSL0.270.670.78
HSV97°32°93°
CMYK 0.200.000.32   0.07
XYZ57.326973.347844.3938
Yxy73.34780.32750.4190
Hunter Lab85.6433-30.393629.2170
CIE-Lab88.6133-28.468232.0645

#bdeca0 color RGB value is (189,236,160).

#bdeca0 hex color red value is 189, green value is 236 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bdeca0 hue: 0.27 , saturation: 0.67 and the lightness value of bdeca0 is 0.78.

The process color (four color CMYK) of #bdeca0 color hex is 0.20, 0.00, 0.32, 0.07. Web safe color of #bdeca0 is #ccff99. Color #bdeca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 10100000
Octal 275 354 240
Decimal 189 236 160
Hex BD EC A0

RGB Percentages of Color #bdeca0

%32.31
%40.34
%27.35

CMYK Percentages of Color #bdeca0

%20
%0
%32
%7

Triadic Colors of #bdeca0

#bdeca0 #a0bdec #eca0bd

Analogous Colors of #bdeca0

#bdeca0 #a0eca9 #e3eca0

Monochromatic Colors of #bdeca0

#bdeca0

Complementary Color

#bdeca0 #cfa0ec

#bdeca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeca0 Color CSS Codes

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

#bdeca0 Text Font Color

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

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


#bdeca0 Background Color

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

This div background color is #bdeca0


#bdeca0 Border Color

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

This div border color is #bdeca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeca0


Comments

No comments written yet.

Please login to write comment.