Color Hex Logo

#bde948 Color Hex

#BDE948
(189,233,72)
0 Favorites   0 Comments

Color spaces of #bde948

RGB 18923372
HSL0.210.790.60
HSV76°69°91°
CMYK 0.190.000.69   0.09
XYZ51.294969.564516.8547
Yxy69.56450.37250.5051
Hunter Lab83.4053-36.180546.4023
CIE-Lab86.7828-35.947469.8251

#bde948 color RGB value is (189,233,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101001 01001000
Octal 275 351 110
Decimal 189 233 72
Hex BD E9 48

RGB Percentages of Color #bde948

%38.26
%47.17
%14.57

CMYK Percentages of Color #bde948

%19
%0
%69
%9

Triadic Colors of #bde948

#bde948 #48bde9 #e948bd

Analogous Colors of #bde948

#bde948 #6de948 #e9c548

Monochromatic Colors of #bde948

#bde948

Complementary Color

#bde948 #7448e9

#bde948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde948 Color CSS Codes

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

#bde948 Text Font Color

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

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


#bde948 Background Color

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

This div background color is #bde948


#bde948 Border Color

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

This div border color is #bde948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde948


Comments

No comments written yet.

Please login to write comment.