Color Hex Logo

#bdfcaf Color Hex

#BDFCAF
(189,252,175)
0 Favorites   0 Comments

Color spaces of #bdfcaf

RGB 189252175
HSL0.300.930.84
HSV109°31°99°
CMYK 0.250.000.31   0.01
XYZ63.534583.534853.3326
Yxy83.53480.31700.4168
Hunter Lab91.3974-35.861929.3810
CIE-Lab93.2481-33.716830.7038

#bdfcaf color RGB value is (189,252,175).

#bdfcaf hex color red value is 189, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdfcaf hue: 0.30 , saturation: 0.93 and the lightness value of bdfcaf is 0.84.

The process color (four color CMYK) of #bdfcaf color hex is 0.25, 0.00, 0.31, 0.01. Web safe color of #bdfcaf is #ccff99. Color #bdfcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 10101111
Octal 275 374 257
Decimal 189 252 175
Hex BD FC AF

RGB Percentages of Color #bdfcaf

%30.68
%40.91
%28.41

CMYK Percentages of Color #bdfcaf

%25
%0
%31
%1

Triadic Colors of #bdfcaf

#bdfcaf #afbdfc #fcafbd

Analogous Colors of #bdfcaf

#bdfcaf #affcc8 #e4fcaf

Monochromatic Colors of #bdfcaf

#bdfcaf

Complementary Color

#bdfcaf #eeaffc

#bdfcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcaf Color CSS Codes

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

#bdfcaf Text Font Color

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

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


#bdfcaf Background Color

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

This div background color is #bdfcaf


#bdfcaf Border Color

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

This div border color is #bdfcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcaf


Comments

No comments written yet.

Please login to write comment.