Color Hex Logo

#bdf064 Color Hex

#BDF064
(189,240,100)
0 Favorites   0 Comments

Color spaces of #bdf064

RGB 189240100
HSL0.230.820.67
HSV82°58°94°
CMYK 0.210.000.58   0.06
XYZ54.446674.059123.4818
Yxy74.05910.35820.4873
Hunter Lab86.0576-37.668144.0624
CIE-Lab88.9504-37.118261.0118

#bdf064 color RGB value is (189,240,100).

#bdf064 hex color red value is 189, green value is 240 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bdf064 hue: 0.23 , saturation: 0.82 and the lightness value of bdf064 is 0.67.

The process color (four color CMYK) of #bdf064 color hex is 0.21, 0.00, 0.58, 0.06. Web safe color of #bdf064 is #ccff66. Color #bdf064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 01100100
Octal 275 360 144
Decimal 189 240 100
Hex BD F0 64

RGB Percentages of Color #bdf064

%35.73
%45.37
%18.90

CMYK Percentages of Color #bdf064

%21
%0
%58
%6

Triadic Colors of #bdf064

#bdf064 #64bdf0 #f064bd

Analogous Colors of #bdf064

#bdf064 #77f064 #f0dd64

Monochromatic Colors of #bdf064

#bdf064

Complementary Color

#bdf064 #9764f0

#bdf064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf064 Color CSS Codes

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

#bdf064 Text Font Color

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

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


#bdf064 Background Color

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

This div background color is #bdf064


#bdf064 Border Color

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

This div border color is #bdf064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf064


Comments

No comments written yet.

Please login to write comment.