Color Hex Logo

#bdf993 Color Hex

#BDF993
(189,249,147)
0 Favorites   0 Comments

Color spaces of #bdf993

RGB 189249147
HSL0.260.890.78
HSV95°41°98°
CMYK 0.240.000.41   0.02
XYZ60.128480.676840.0068
Yxy80.67680.33250.4462
Hunter Lab89.8203-37.692236.4659
CIE-Lab91.9877-36.240442.9379

#bdf993 color RGB value is (189,249,147).

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

The process color (four color CMYK) of #bdf993 color hex is 0.24, 0.00, 0.41, 0.02. Web safe color of #bdf993 is #ccff99. Color #bdf993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 10010011
Octal 275 371 223
Decimal 189 249 147
Hex BD F9 93

RGB Percentages of Color #bdf993

%32.31
%42.56
%25.13

CMYK Percentages of Color #bdf993

%24
%0
%41
%2

Triadic Colors of #bdf993

#bdf993 #93bdf9 #f993bd

Analogous Colors of #bdf993

#bdf993 #93f99c #f0f993

Monochromatic Colors of #bdf993

#bdf993

Complementary Color

#bdf993 #cf93f9

#bdf993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf993 Color CSS Codes

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

#bdf993 Text Font Color

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

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


#bdf993 Background Color

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

This div background color is #bdf993


#bdf993 Border Color

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

This div border color is #bdf993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf993


Comments

No comments written yet.

Please login to write comment.