Color Hex Logo

#bdf874 Color Hex

#BDF874
(189,248,116)
0 Favorites   0 Comments

Color spaces of #bdf874

RGB 189248116
HSL0.240.900.71
HSV87°53°97°
CMYK 0.240.000.53   0.03
XYZ57.706179.214628.7715
Yxy79.21460.34830.4781
Hunter Lab89.0026-40.021543.1354
CIE-Lab91.3313-39.254256.7133

#bdf874 color RGB value is (189,248,116).

#bdf874 hex color red value is 189, green value is 248 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bdf874 hue: 0.24 , saturation: 0.90 and the lightness value of bdf874 is 0.71.

The process color (four color CMYK) of #bdf874 color hex is 0.24, 0.00, 0.53, 0.03. Web safe color of #bdf874 is #ccff66. Color #bdf874 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 01110100
Octal 275 370 164
Decimal 189 248 116
Hex BD F8 74

RGB Percentages of Color #bdf874

%34.18
%44.85
%20.98

CMYK Percentages of Color #bdf874

%24
%0
%53
%3

Triadic Colors of #bdf874

#bdf874 #74bdf8 #f874bd

Analogous Colors of #bdf874

#bdf874 #7bf874 #f8f174

Monochromatic Colors of #bdf874

#bdf874

Complementary Color

#bdf874 #af74f8

#bdf874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf874 Color CSS Codes

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

#bdf874 Text Font Color

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

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


#bdf874 Background Color

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

This div background color is #bdf874


#bdf874 Border Color

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

This div border color is #bdf874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf874


Comments

No comments written yet.

Please login to write comment.