Color Hex Logo

#bddf01 Color Hex

#BDDF01
(189,223,1)
0 Favorites   0 Comments

Color spaces of #bddf01

RGB 1892231
HSL0.190.990.44
HSV69°100°87°
CMYK 0.150.001.00   0.13
XYZ47.379463.59649.8069
Yxy63.59640.39230.5265
Hunter Lab79.7474-33.507748.5320
CIE-Lab83.7552-33.530582.3410

#bddf01 color RGB value is (189,223,1).

#bddf01 hex color red value is 189, green value is 223 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bddf01 hue: 0.19 , saturation: 0.99 and the lightness value of bddf01 is 0.44.

The process color (four color CMYK) of #bddf01 color hex is 0.15, 0.00, 1.00, 0.13. Web safe color of #bddf01 is #cccc00. Color #bddf01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 00000001
Octal 275 337 1
Decimal 189 223 1
Hex BD DF 1

RGB Percentages of Color #bddf01

%45.76
%54.00
%0.24

CMYK Percentages of Color #bddf01

%15
%0
%100
%13

Triadic Colors of #bddf01

#bddf01 #01bddf #df01bd

Analogous Colors of #bddf01

#bddf01 #4edf01 #df9201

Monochromatic Colors of #bddf01

#bddf01

Complementary Color

#bddf01 #2301df

#bddf01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf01 Color CSS Codes

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

#bddf01 Text Font Color

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

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


#bddf01 Background Color

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

This div background color is #bddf01


#bddf01 Border Color

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

This div border color is #bddf01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf01


Comments

No comments written yet.

Please login to write comment.