Color Hex Logo

#bdfdb4 Color Hex

#BDFDB4
(189,253,180)
0 Favorites   0 Comments

Color spaces of #bdfdb4

RGB 189253180
HSL0.310.950.85
HSV113°29°99°
CMYK 0.250.000.29   0.01
XYZ64.349884.364756.0724
Yxy84.36470.31420.4120
Hunter Lab91.8503-35.681828.1000
CIE-Lab93.6087-33.409028.6708

#bdfdb4 color RGB value is (189,253,180).

#bdfdb4 hex color red value is 189, green value is 253 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bdfdb4 hue: 0.31 , saturation: 0.95 and the lightness value of bdfdb4 is 0.85.

The process color (four color CMYK) of #bdfdb4 color hex is 0.25, 0.00, 0.29, 0.01. Web safe color of #bdfdb4 is #ccffcc. Color #bdfdb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 10110100
Octal 275 375 264
Decimal 189 253 180
Hex BD FD B4

RGB Percentages of Color #bdfdb4

%30.39
%40.68
%28.94

CMYK Percentages of Color #bdfdb4

%25
%0
%29
%1

Triadic Colors of #bdfdb4

#bdfdb4 #b4bdfd #fdb4bd

Analogous Colors of #bdfdb4

#bdfdb4 #b4fdd0 #e2fdb4

Monochromatic Colors of #bdfdb4

#bdfdb4

Complementary Color

#bdfdb4 #f4b4fd

#bdfdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdb4 Color CSS Codes

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

#bdfdb4 Text Font Color

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

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


#bdfdb4 Background Color

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

This div background color is #bdfdb4


#bdfdb4 Border Color

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

This div border color is #bdfdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdb4


Comments

No comments written yet.

Please login to write comment.