Color Hex Logo

#bdfcc6 Color Hex

#BDFCC6
(189,252,198)
0 Favorites   0 Comments

Color spaces of #bdfcc6

RGB 189252198
HSL0.360.910.86
HSV129°25°99°
CMYK 0.250.000.21   0.01
XYZ65.989784.516866.2614
Yxy84.51680.30440.3899
Hunter Lab91.9330-32.755121.6194
CIE-Lab93.6745-29.994419.6094

#bdfcc6 color RGB value is (189,252,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11000110
Octal 275 374 306
Decimal 189 252 198
Hex BD FC C6

RGB Percentages of Color #bdfcc6

%29.58
%39.44
%30.99

CMYK Percentages of Color #bdfcc6

%25
%0
%21
%1

Triadic Colors of #bdfcc6

#bdfcc6 #c6bdfc #fcc6bd

Analogous Colors of #bdfcc6

#bdfcc6 #bdfce6 #d4fcbd

Monochromatic Colors of #bdfcc6

#bdfcc6

Complementary Color

#bdfcc6 #fcbdf3

#bdfcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcc6 Color CSS Codes

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

#bdfcc6 Text Font Color

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

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


#bdfcc6 Background Color

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

This div background color is #bdfcc6


#bdfcc6 Border Color

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

This div border color is #bdfcc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcc6

#bdfcc6 Color Palettes


Comments

No comments written yet.

Please login to write comment.