Color Hex Logo

#bde12c Color Hex

#BDE12C
(189,225,44)
0 Favorites   0 Comments

Color spaces of #bde12c

RGB 18922544
HSL0.200.750.53
HSV72°80°88°
CMYK 0.160.000.80   0.12
XYZ48.366164.851112.3512
Yxy64.85110.38520.5165
Hunter Lab80.5302-33.721447.2776
CIE-Lab84.4069-33.606676.2996

#bde12c color RGB value is (189,225,44).

#bde12c hex color red value is 189, green value is 225 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bde12c hue: 0.20 , saturation: 0.75 and the lightness value of bde12c is 0.53.

The process color (four color CMYK) of #bde12c color hex is 0.16, 0.00, 0.80, 0.12. Web safe color of #bde12c is #cccc33. Color #bde12c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 00101100
Octal 275 341 54
Decimal 189 225 44
Hex BD E1 2C

RGB Percentages of Color #bde12c

%41.27
%49.13
%9.61

CMYK Percentages of Color #bde12c

%16
%0
%80
%12

Triadic Colors of #bde12c

#bde12c #2cbde1 #e12cbd

Analogous Colors of #bde12c

#bde12c #63e12c #e1ab2c

Monochromatic Colors of #bde12c

#bde12c

Complementary Color

#bde12c #502ce1

#bde12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde12c Color CSS Codes

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

#bde12c Text Font Color

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

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


#bde12c Background Color

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

This div background color is #bde12c


#bde12c Border Color

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

This div border color is #bde12c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,225,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 #bde12c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde12c


Comments

No comments written yet.

Please login to write comment.