Color Hex Logo

#bde147 Color Hex

#BDE147
(189,225,71)
0 Favorites   0 Comments

Color spaces of #bde147

RGB 18922571
HSL0.210.720.58
HSV74°68°88°
CMYK 0.160.000.68   0.12
XYZ49.048865.124215.9463
Yxy65.12420.37700.5005
Hunter Lab80.6996-32.732844.7739
CIE-Lab84.5477-32.343967.9364

#bde147 color RGB value is (189,225,71).

#bde147 hex color red value is 189, green value is 225 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bde147 hue: 0.21 , saturation: 0.72 and the lightness value of bde147 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 01000111
Octal 275 341 107
Decimal 189 225 71
Hex BD E1 47

RGB Percentages of Color #bde147

%38.97
%46.39
%14.64

CMYK Percentages of Color #bde147

%16
%0
%68
%12

Triadic Colors of #bde147

#bde147 #47bde1 #e147bd

Analogous Colors of #bde147

#bde147 #70e147 #e1b847

Monochromatic Colors of #bde147

#bde147

Complementary Color

#bde147 #6b47e1

#bde147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde147 Color CSS Codes

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

#bde147 Text Font Color

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

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


#bde147 Background Color

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

This div background color is #bde147


#bde147 Border Color

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

This div border color is #bde147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde147


Comments

No comments written yet.

Please login to write comment.