Color Hex Logo

#bdf294 Color Hex

#BDF294
(189,242,148)
0 Favorites   0 Comments

Color spaces of #bdf294

RGB 189242148
HSL0.260.780.76
HSV94°39°95°
CMYK 0.220.000.39   0.05
XYZ58.083776.461239.7141
Yxy76.46120.33330.4388
Hunter Lab87.4421-34.454534.2814
CIE-Lab90.0730-32.909239.9870

#bdf294 color RGB value is (189,242,148).

#bdf294 hex color red value is 189, green value is 242 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bdf294 hue: 0.26 , saturation: 0.78 and the lightness value of bdf294 is 0.76.

The process color (four color CMYK) of #bdf294 color hex is 0.22, 0.00, 0.39, 0.05. Web safe color of #bdf294 is #ccff99. Color #bdf294 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110010 10010100
Octal 275 362 224
Decimal 189 242 148
Hex BD F2 94

RGB Percentages of Color #bdf294

%32.64
%41.80
%25.56

CMYK Percentages of Color #bdf294

%22
%0
%39
%5

Triadic Colors of #bdf294

#bdf294 #94bdf2 #f294bd

Analogous Colors of #bdf294

#bdf294 #94f29a #ecf294

Monochromatic Colors of #bdf294

#bdf294

Complementary Color

#bdf294 #c994f2

#bdf294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf294 Color CSS Codes

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

#bdf294 Text Font Color

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

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


#bdf294 Background Color

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

This div background color is #bdf294


#bdf294 Border Color

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

This div border color is #bdf294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf294


Comments

No comments written yet.

Please login to write comment.