Color Hex Logo

#bde941 Color Hex

#BDE941
(189,233,65)
0 Favorites   0 Comments

Color spaces of #bde941

RGB 18923365
HSL0.210.790.58
HSV76°72°91°
CMYK 0.190.000.72   0.09
XYZ51.079369.478315.7195
Yxy69.47830.37480.5098
Hunter Lab83.3536-36.483747.1662
CIE-Lab86.7404-36.335572.2190

#bde941 color RGB value is (189,233,65).

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

The process color (four color CMYK) of #bde941 color hex is 0.19, 0.00, 0.72, 0.09. Web safe color of #bde941 is #ccff33. Color #bde941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101001 01000001
Octal 275 351 101
Decimal 189 233 65
Hex BD E9 41

RGB Percentages of Color #bde941

%38.81
%47.84
%13.35

CMYK Percentages of Color #bde941

%19
%0
%72
%9

Triadic Colors of #bde941

#bde941 #41bde9 #e941bd

Analogous Colors of #bde941

#bde941 #69e941 #e9c141

Monochromatic Colors of #bde941

#bde941

Complementary Color

#bde941 #6d41e9

#bde941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde941 Color CSS Codes

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

#bde941 Text Font Color

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

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


#bde941 Background Color

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

This div background color is #bde941


#bde941 Border Color

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

This div border color is #bde941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde941


Comments

No comments written yet.

Please login to write comment.