Color Hex Logo

#bdfcc1 Color Hex

#BDFCC1
(189,252,193)
0 Favorites   0 Comments

Color spaces of #bdfcc1

RGB 189252193
HSL0.340.910.86
HSV124°25°99°
CMYK 0.250.000.23   0.01
XYZ65.422384.289963.2735
Yxy84.28990.30720.3958
Hunter Lab91.8095-33.469923.4051
CIE-Lab93.5763-30.843622.0268

#bdfcc1 color RGB value is (189,252,193).

#bdfcc1 hex color red value is 189, green value is 252 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #bdfcc1 hue: 0.34 , saturation: 0.91 and the lightness value of bdfcc1 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11000001
Octal 275 374 301
Decimal 189 252 193
Hex BD FC C1

RGB Percentages of Color #bdfcc1

%29.81
%39.75
%30.44

CMYK Percentages of Color #bdfcc1

%25
%0
%23
%1

Triadic Colors of #bdfcc1

#bdfcc1 #c1bdfc #fcc1bd

Analogous Colors of #bdfcc1

#bdfcc1 #bdfce1 #d9fcbd

Monochromatic Colors of #bdfcc1

#bdfcc1

Complementary Color

#bdfcc1 #fcbdf8

#bdfcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcc1 Color CSS Codes

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

#bdfcc1 Text Font Color

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

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


#bdfcc1 Background Color

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

This div background color is #bdfcc1


#bdfcc1 Border Color

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

This div border color is #bdfcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcc1


Comments

No comments written yet.

Please login to write comment.