Color Hex Logo

#bdf817 Color Hex

#BDF817
(189,248,23)
0 Favorites   0 Comments

Color spaces of #bdf817

RGB 18924823
HSL0.210.940.53
HSV76°91°97°
CMYK 0.240.000.91   0.03
XYZ54.708378.015512.9857
Yxy78.01550.37550.5354
Hunter Lab88.3264-44.010453.1117
CIE-Lab90.7870-44.370285.6694

#bdf817 color RGB value is (189,248,23).

#bdf817 hex color red value is 189, green value is 248 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bdf817 hue: 0.21 , saturation: 0.94 and the lightness value of bdf817 is 0.53.

The process color (four color CMYK) of #bdf817 color hex is 0.24, 0.00, 0.91, 0.03. Web safe color of #bdf817 is #ccff00. Color #bdf817 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 00010111
Octal 275 370 27
Decimal 189 248 23
Hex BD F8 17

RGB Percentages of Color #bdf817

%41.09
%53.91
%5.00

CMYK Percentages of Color #bdf817

%24
%0
%91
%3

Triadic Colors of #bdf817

#bdf817 #17bdf8 #f817bd

Analogous Colors of #bdf817

#bdf817 #4cf817 #f8c317

Monochromatic Colors of #bdf817

#bdf817

Complementary Color

#bdf817 #5217f8

#bdf817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf817 Color CSS Codes

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

#bdf817 Text Font Color

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

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


#bdf817 Background Color

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

This div background color is #bdf817


#bdf817 Border Color

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

This div border color is #bdf817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf817


Comments

No comments written yet.

Please login to write comment.