Color Hex Logo

#bddf35 Color Hex

#BDDF35
(189,223,53)
0 Favorites   0 Comments

Color spaces of #bddf35

RGB 18922353
HSL0.200.730.54
HSV72°76°87°
CMYK 0.150.000.76   0.13
XYZ48.016563.851213.1619
Yxy63.85120.38400.5107
Hunter Lab79.9069-32.575646.1689
CIE-Lab83.8882-32.334973.3318

#bddf35 color RGB value is (189,223,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 00110101
Octal 275 337 65
Decimal 189 223 53
Hex BD DF 35

RGB Percentages of Color #bddf35

%40.65
%47.96
%11.40

CMYK Percentages of Color #bddf35

%15
%0
%76
%13

Triadic Colors of #bddf35

#bddf35 #35bddf #df35bd

Analogous Colors of #bddf35

#bddf35 #68df35 #dfac35

Monochromatic Colors of #bddf35

#bddf35

Complementary Color

#bddf35 #5735df

#bddf35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf35 Color CSS Codes

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

#bddf35 Text Font Color

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

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


#bddf35 Background Color

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

This div background color is #bddf35


#bddf35 Border Color

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

This div border color is #bddf35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf35


Comments

No comments written yet.

Please login to write comment.