Color Hex Logo

#bddf45 Color Hex

#BDDF45
(189,223,69)
0 Favorites   0 Comments

Color spaces of #bddf45

RGB 18922369
HSL0.200.710.57
HSV73°69°87°
CMYK 0.150.000.69   0.13
XYZ48.448164.023815.4346
Yxy64.02380.37880.5006
Hunter Lab80.0149-31.946344.5736
CIE-Lab83.9782-31.532968.0944

#bddf45 color RGB value is (189,223,69).

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

The process color (four color CMYK) of #bddf45 color hex is 0.15, 0.00, 0.69, 0.13. Web safe color of #bddf45 is #cccc33. Color #bddf45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 01000101
Octal 275 337 105
Decimal 189 223 69
Hex BD DF 45

RGB Percentages of Color #bddf45

%39.29
%46.36
%14.35

CMYK Percentages of Color #bddf45

%15
%0
%69
%13

Triadic Colors of #bddf45

#bddf45 #45bddf #df45bd

Analogous Colors of #bddf45

#bddf45 #70df45 #dfb445

Monochromatic Colors of #bddf45

#bddf45

Complementary Color

#bddf45 #6745df

#bddf45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf45 Color CSS Codes

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

#bddf45 Text Font Color

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

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


#bddf45 Background Color

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

This div background color is #bddf45


#bddf45 Border Color

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

This div border color is #bddf45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf45


Comments

No comments written yet.

Please login to write comment.