Color Hex Logo

#bdee2c Color Hex

#BDEE2C
(189,238,44)
0 Favorites   0 Comments

Color spaces of #bdee2c

RGB 18923844
HSL0.210.850.55
HSV75°82°93°
CMYK 0.210.000.82   0.07
XYZ52.015472.149713.5677
Yxy72.14970.37770.5238
Hunter Lab84.9410-39.338549.9882
CIE-Lab88.0406-39.471779.4850

#bdee2c color RGB value is (189,238,44).

#bdee2c hex color red value is 189, green value is 238 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bdee2c hue: 0.21 , saturation: 0.85 and the lightness value of bdee2c is 0.55.

The process color (four color CMYK) of #bdee2c color hex is 0.21, 0.00, 0.82, 0.07. Web safe color of #bdee2c is #ccff33. Color #bdee2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 00101100
Octal 275 356 54
Decimal 189 238 44
Hex BD EE 2C

RGB Percentages of Color #bdee2c

%40.13
%50.53
%9.34

CMYK Percentages of Color #bdee2c

%21
%0
%82
%7

Triadic Colors of #bdee2c

#bdee2c #2cbdee #ee2cbd

Analogous Colors of #bdee2c

#bdee2c #5cee2c #eebe2c

Monochromatic Colors of #bdee2c

#bdee2c

Complementary Color

#bdee2c #5d2cee

#bdee2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdee2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdee2c Color CSS Codes

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

#bdee2c Text Font Color

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

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


#bdee2c Background Color

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

This div background color is #bdee2c


#bdee2c Border Color

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

This div border color is #bdee2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdee2c


Comments

No comments written yet.

Please login to write comment.