Color Hex Logo

#bdffc7 Color Hex

#BDFFC7
(189,255,199)
0 Favorites   0 Comments

Color spaces of #bdffc7

RGB 189255199
HSL0.361.000.87
HSV129°26°100°
CMYK 0.260.000.22   0.00
XYZ67.055186.462367.1876
Yxy86.46230.30380.3918
Hunter Lab92.9851-34.000822.2488
CIE-Lab94.5097-31.224320.2633

#bdffc7 color RGB value is (189,255,199).

#bdffc7 hex color red value is 189, green value is 255 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bdffc7 hue: 0.36 , saturation: 1.00 and the lightness value of bdffc7 is 0.87.

The process color (four color CMYK) of #bdffc7 color hex is 0.26, 0.00, 0.22, 0.00. Web safe color of #bdffc7 is #ccffcc. Color #bdffc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 11000111
Octal 275 377 307
Decimal 189 255 199
Hex BD FF C7

RGB Percentages of Color #bdffc7

%29.39
%39.66
%30.95

CMYK Percentages of Color #bdffc7

%26
%0
%22
%0

Triadic Colors of #bdffc7

#bdffc7 #c7bdff #ffc7bd

Analogous Colors of #bdffc7

#bdffc7 #bdffe8 #d4ffbd

Monochromatic Colors of #bdffc7

#bdffc7

Complementary Color

#bdffc7 #ffbdf5

#bdffc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdffc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdffc7 Color CSS Codes

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

#bdffc7 Text Font Color

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

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


#bdffc7 Background Color

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

This div background color is #bdffc7


#bdffc7 Border Color

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

This div border color is #bdffc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdffc7

#bdffc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.