Color Hex Logo

#bdfcb4 Color Hex

#BDFCB4
(189,252,180)
0 Favorites   0 Comments

Color spaces of #bdfcb4

RGB 189252180
HSL0.310.920.85
HSV113°29°99°
CMYK 0.250.000.29   0.01
XYZ64.034983.734955.9675
Yxy83.73490.31430.4110
Hunter Lab91.5068-35.225627.7917
CIE-Lab93.3352-32.947728.2994

#bdfcb4 color RGB value is (189,252,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 10110100
Octal 275 374 264
Decimal 189 252 180
Hex BD FC B4

RGB Percentages of Color #bdfcb4

%30.43
%40.58
%28.99

CMYK Percentages of Color #bdfcb4

%25
%0
%29
%1

Triadic Colors of #bdfcb4

#bdfcb4 #b4bdfc #fcb4bd

Analogous Colors of #bdfcb4

#bdfcb4 #b4fccf #e1fcb4

Monochromatic Colors of #bdfcb4

#bdfcb4

Complementary Color

#bdfcb4 #f3b4fc

#bdfcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcb4 Color CSS Codes

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

#bdfcb4 Text Font Color

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

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


#bdfcb4 Background Color

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

This div background color is #bdfcb4


#bdfcb4 Border Color

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

This div border color is #bdfcb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,252,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 #bdfcb4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcb4


Comments

No comments written yet.

Please login to write comment.