Color Hex Logo

#bde349 Color Hex

#BDE349
(189,227,73)
0 Favorites   0 Comments

Color spaces of #bde349

RGB 18922773
HSL0.210.730.59
HSV75°68°89°
CMYK 0.170.000.68   0.11
XYZ49.657966.238016.4713
Yxy66.23800.37520.5004
Hunter Lab81.3867-33.515544.9714
CIE-Lab85.1177-33.147467.7747

#bde349 color RGB value is (189,227,73).

#bde349 hex color red value is 189, green value is 227 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bde349 hue: 0.21 , saturation: 0.73 and the lightness value of bde349 is 0.59.

The process color (four color CMYK) of #bde349 color hex is 0.17, 0.00, 0.68, 0.11. Web safe color of #bde349 is #cccc33. Color #bde349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 01001001
Octal 275 343 111
Decimal 189 227 73
Hex BD E3 49

RGB Percentages of Color #bde349

%38.65
%46.42
%14.93

CMYK Percentages of Color #bde349

%17
%0
%68
%11

Triadic Colors of #bde349

#bde349 #49bde3 #e349bd

Analogous Colors of #bde349

#bde349 #70e349 #e3bc49

Monochromatic Colors of #bde349

#bde349

Complementary Color

#bde349 #6f49e3

#bde349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde349 Color CSS Codes

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

#bde349 Text Font Color

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

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


#bde349 Background Color

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

This div background color is #bde349


#bde349 Border Color

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

This div border color is #bde349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde349


Comments

No comments written yet.

Please login to write comment.