Color Hex Logo

#bdf65d Color Hex

#BDF65D
(189,246,93)
0 Favorites   0 Comments

Color spaces of #bdf65d

RGB 18924693
HSL0.230.890.66
HSV82°62°96°
CMYK 0.230.000.62   0.04
XYZ55.917877.520722.3717
Yxy77.52070.35890.4975
Hunter Lab88.0458-40.715146.5670
CIE-Lab90.5607-40.352265.7088

#bdf65d color RGB value is (189,246,93).

#bdf65d hex color red value is 189, green value is 246 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bdf65d hue: 0.23 , saturation: 0.89 and the lightness value of bdf65d is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 01011101
Octal 275 366 135
Decimal 189 246 93
Hex BD F6 5D

RGB Percentages of Color #bdf65d

%35.80
%46.59
%17.61

CMYK Percentages of Color #bdf65d

%23
%0
%62
%4

Triadic Colors of #bdf65d

#bdf65d #5dbdf6 #f65dbd

Analogous Colors of #bdf65d

#bdf65d #71f65d #f6e35d

Monochromatic Colors of #bdf65d

#bdf65d

Complementary Color

#bdf65d #965df6

#bdf65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf65d Color CSS Codes

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

#bdf65d Text Font Color

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

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


#bdf65d Background Color

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

This div background color is #bdf65d


#bdf65d Border Color

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

This div border color is #bdf65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf65d


Comments

No comments written yet.

Please login to write comment.