Color Hex Logo

#bdfcc9 Color Hex

#BDFCC9
(189,252,201)
2 Favorites   0 Comments

Color spaces of #bdfcc9

RGB 189252201
HSL0.370.910.86
HSV131°25°99°
CMYK 0.250.000.20   0.01
XYZ66.339384.656768.1023
Yxy84.65670.30280.3864
Hunter Lab92.0091-32.315920.5217
CIE-Lab93.7350-29.474618.1584

#bdfcc9 color RGB value is (189,252,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11001001
Octal 275 374 311
Decimal 189 252 201
Hex BD FC C9

RGB Percentages of Color #bdfcc9

%29.44
%39.25
%31.31

CMYK Percentages of Color #bdfcc9

%25
%0
%20
%1

Triadic Colors of #bdfcc9

#bdfcc9 #c9bdfc #fcc9bd

Analogous Colors of #bdfcc9

#bdfcc9 #bdfce9 #d1fcbd

Monochromatic Colors of #bdfcc9

#bdfcc9

Complementary Color

#bdfcc9 #fcbdf0

#bdfcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcc9 Color CSS Codes

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

#bdfcc9 Text Font Color

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

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


#bdfcc9 Background Color

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

This div background color is #bdfcc9


#bdfcc9 Border Color

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

This div border color is #bdfcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcc9

#bdfcc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.