Color Hex Logo

#bdee73 Color Hex

#BDEE73
(189,238,115)
0 Favorites   0 Comments

Color spaces of #bdee73

RGB 189238115
HSL0.230.780.69
HSV84°52°93°
CMYK 0.210.000.52   0.07
XYZ54.655373.205727.4691
Yxy73.20570.35190.4713
Hunter Lab85.5603-35.706140.8572
CIE-Lab88.5457-34.844053.8771

#bdee73 color RGB value is (189,238,115).

#bdee73 hex color red value is 189, green value is 238 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bdee73 hue: 0.23 , saturation: 0.78 and the lightness value of bdee73 is 0.69.

The process color (four color CMYK) of #bdee73 color hex is 0.21, 0.00, 0.52, 0.07. Web safe color of #bdee73 is #ccff66. Color #bdee73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 01110011
Octal 275 356 163
Decimal 189 238 115
Hex BD EE 73

RGB Percentages of Color #bdee73

%34.87
%43.91
%21.22

CMYK Percentages of Color #bdee73

%21
%0
%52
%7

Triadic Colors of #bdee73

#bdee73 #73bdee #ee73bd

Analogous Colors of #bdee73

#bdee73 #80ee73 #eee273

Monochromatic Colors of #bdee73

#bdee73

Complementary Color

#bdee73 #a473ee

#bdee73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdee73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdee73 Color CSS Codes

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

#bdee73 Text Font Color

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

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


#bdee73 Background Color

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

This div background color is #bdee73


#bdee73 Border Color

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

This div border color is #bdee73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdee73


Comments

No comments written yet.

Please login to write comment.