Color Hex Logo

#bdf315 Color Hex

#BDF315
(189,243,21)
0 Favorites   0 Comments

Color spaces of #bdf315

RGB 18924321
HSL0.210.900.52
HSV75°91°95°
CMYK 0.220.000.91   0.05
XYZ53.172274.974112.3785
Yxy74.97410.37840.5335
Hunter Lab86.5876-41.914052.1353
CIE-Lab89.3809-42.239084.8040

#bdf315 color RGB value is (189,243,21).

#bdf315 hex color red value is 189, green value is 243 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bdf315 hue: 0.21 , saturation: 0.90 and the lightness value of bdf315 is 0.52.

The process color (four color CMYK) of #bdf315 color hex is 0.22, 0.00, 0.91, 0.05. Web safe color of #bdf315 is #ccff00. Color #bdf315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110011 00010101
Octal 275 363 25
Decimal 189 243 21
Hex BD F3 15

RGB Percentages of Color #bdf315

%41.72
%53.64
%4.64

CMYK Percentages of Color #bdf315

%22
%0
%91
%5

Triadic Colors of #bdf315

#bdf315 #15bdf3 #f315bd

Analogous Colors of #bdf315

#bdf315 #4ef315 #f3ba15

Monochromatic Colors of #bdf315

#bdf315

Complementary Color

#bdf315 #4b15f3

#bdf315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf315 Color CSS Codes

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

#bdf315 Text Font Color

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

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


#bdf315 Background Color

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

This div background color is #bdf315


#bdf315 Border Color

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

This div border color is #bdf315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf315


Comments

No comments written yet.

Please login to write comment.