Color Hex Logo

#bdf978 Color Hex

#BDF978
(189,249,120)
0 Favorites   0 Comments

Color spaces of #bdf978

RGB 189249120
HSL0.240.910.72
HSV88°52°98°
CMYK 0.240.000.52   0.02
XYZ58.252179.926230.1264
Yxy79.92620.34610.4749
Hunter Lab89.4015-40.145742.6015
CIE-Lab91.6517-39.304255.2820

#bdf978 color RGB value is (189,249,120).

#bdf978 hex color red value is 189, green value is 249 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bdf978 hue: 0.24 , saturation: 0.91 and the lightness value of bdf978 is 0.72.

The process color (four color CMYK) of #bdf978 color hex is 0.24, 0.00, 0.52, 0.02. Web safe color of #bdf978 is #ccff66. Color #bdf978 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 01111000
Octal 275 371 170
Decimal 189 249 120
Hex BD F9 78

RGB Percentages of Color #bdf978

%33.87
%44.62
%21.51

CMYK Percentages of Color #bdf978

%24
%0
%52
%2

Triadic Colors of #bdf978

#bdf978 #78bdf9 #f978bd

Analogous Colors of #bdf978

#bdf978 #7df978 #f9f578

Monochromatic Colors of #bdf978

#bdf978

Complementary Color

#bdf978 #b478f9

#bdf978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf978 Color CSS Codes

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

#bdf978 Text Font Color

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

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


#bdf978 Background Color

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

This div background color is #bdf978


#bdf978 Border Color

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

This div border color is #bdf978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf978


Comments

No comments written yet.

Please login to write comment.