Color Hex Logo

#bdf566 Color Hex

#BDF566
(189,245,102)
0 Favorites   0 Comments

Color spaces of #bdf566

RGB 189245102
HSL0.230.880.68
HSV83°58°96°
CMYK 0.230.000.58   0.04
XYZ56.036977.082924.4954
Yxy77.08290.35550.4891
Hunter Lab87.7969-39.715844.9158
CIE-Lab90.3598-39.188761.7403

#bdf566 color RGB value is (189,245,102).

#bdf566 hex color red value is 189, green value is 245 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bdf566 hue: 0.23 , saturation: 0.88 and the lightness value of bdf566 is 0.68.

The process color (four color CMYK) of #bdf566 color hex is 0.23, 0.00, 0.58, 0.04. Web safe color of #bdf566 is #ccff66. Color #bdf566 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 01100110
Octal 275 365 146
Decimal 189 245 102
Hex BD F5 66

RGB Percentages of Color #bdf566

%35.26
%45.71
%19.03

CMYK Percentages of Color #bdf566

%23
%0
%58
%4

Triadic Colors of #bdf566

#bdf566 #66bdf5 #f566bd

Analogous Colors of #bdf566

#bdf566 #76f566 #f5e666

Monochromatic Colors of #bdf566

#bdf566

Complementary Color

#bdf566 #9e66f5

#bdf566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf566 Color CSS Codes

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

#bdf566 Text Font Color

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

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


#bdf566 Background Color

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

This div background color is #bdf566


#bdf566 Border Color

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

This div border color is #bdf566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf566


Comments

No comments written yet.

Please login to write comment.