Color Hex Logo

#bde043 Color Hex

#BDE043
(189,224,67)
0 Favorites   0 Comments

Color spaces of #bde043

RGB 18922467
HSL0.200.720.57
HSV73°70°88°
CMYK 0.160.000.70   0.12
XYZ48.655064.535415.2024
Yxy64.53540.37900.5026
Hunter Lab80.3339-32.474245.0137
CIE-Lab84.2438-32.110069.0779

#bde043 color RGB value is (189,224,67).

#bde043 hex color red value is 189, green value is 224 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #bde043 hue: 0.20 , saturation: 0.72 and the lightness value of bde043 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 01000011
Octal 275 340 103
Decimal 189 224 67
Hex BD E0 43

RGB Percentages of Color #bde043

%39.38
%46.67
%13.96

CMYK Percentages of Color #bde043

%16
%0
%70
%12

Triadic Colors of #bde043

#bde043 #43bde0 #e043bd

Analogous Colors of #bde043

#bde043 #6fe043 #e0b543

Monochromatic Colors of #bde043

#bde043

Complementary Color

#bde043 #6643e0

#bde043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde043 Color CSS Codes

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

#bde043 Text Font Color

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

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


#bde043 Background Color

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

This div background color is #bde043


#bde043 Border Color

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

This div border color is #bde043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde043


Comments

No comments written yet.

Please login to write comment.