Color Hex Logo

#bdf825 Color Hex

#BDF825
(189,248,37)
0 Favorites   0 Comments

Color spaces of #bdf825

RGB 18924837
HSL0.210.940.56
HSV77°85°97°
CMYK 0.240.000.85   0.03
XYZ54.887678.087213.9297
Yxy78.08720.37360.5316
Hunter Lab88.3670-43.770052.5107
CIE-Lab90.8197-44.057283.3958

#bdf825 color RGB value is (189,248,37).

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

The process color (four color CMYK) of #bdf825 color hex is 0.24, 0.00, 0.85, 0.03. Web safe color of #bdf825 is #ccff33. Color #bdf825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 00100101
Octal 275 370 45
Decimal 189 248 37
Hex BD F8 25

RGB Percentages of Color #bdf825

%39.87
%52.32
%7.81

CMYK Percentages of Color #bdf825

%24
%0
%85
%3

Triadic Colors of #bdf825

#bdf825 #25bdf8 #f825bd

Analogous Colors of #bdf825

#bdf825 #54f825 #f8ca25

Monochromatic Colors of #bdf825

#bdf825

Complementary Color

#bdf825 #6025f8

#bdf825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf825 Color CSS Codes

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

#bdf825 Text Font Color

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

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


#bdf825 Background Color

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

This div background color is #bdf825


#bdf825 Border Color

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

This div border color is #bdf825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf825


Comments

No comments written yet.

Please login to write comment.