Color Hex Logo

#bdeda7 Color Hex

#BDEDA7
(189,237,167)
0 Favorites   0 Comments

Color spaces of #bdeda7

RGB 189237167
HSL0.280.660.79
HSV101°30°93°
CMYK 0.200.000.30   0.07
XYZ58.245574.177247.8070
Yxy74.17720.32320.4116
Hunter Lab86.1262-30.004727.3776
CIE-Lab89.0062-27.917029.0345

#bdeda7 color RGB value is (189,237,167).

#bdeda7 hex color red value is 189, green value is 237 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #bdeda7 hue: 0.28 , saturation: 0.66 and the lightness value of bdeda7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10100111
Octal 275 355 247
Decimal 189 237 167
Hex BD ED A7

RGB Percentages of Color #bdeda7

%31.87
%39.97
%28.16

CMYK Percentages of Color #bdeda7

%20
%0
%30
%7

Triadic Colors of #bdeda7

#bdeda7 #a7bded #eda7bd

Analogous Colors of #bdeda7

#bdeda7 #a7edb4 #e0eda7

Monochromatic Colors of #bdeda7

#bdeda7

Complementary Color

#bdeda7 #d7a7ed

#bdeda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeda7 Color CSS Codes

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

#bdeda7 Text Font Color

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

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


#bdeda7 Background Color

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

This div background color is #bdeda7


#bdeda7 Border Color

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

This div border color is #bdeda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeda7


Comments

No comments written yet.

Please login to write comment.