Color Hex Logo

#bddfc7 Color Hex

#BDDFC7
(189,223,199)
0 Favorites   0 Comments

Color spaces of #bddfc7

RGB 189223199
HSL0.380.350.81
HSV138°15°87°
CMYK 0.150.000.11   0.13
XYZ57.682767.717764.0634
Yxy67.71770.30450.3574
Hunter Lab82.2908-18.887111.4462
CIE-Lab85.8651-15.75028.0400

#bddfc7 color RGB value is (189,223,199).

#bddfc7 hex color red value is 189, green value is 223 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bddfc7 hue: 0.38 , saturation: 0.35 and the lightness value of bddfc7 is 0.81.

The process color (four color CMYK) of #bddfc7 color hex is 0.15, 0.00, 0.11, 0.13. Web safe color of #bddfc7 is #cccccc. Color #bddfc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11000111
Octal 275 337 307
Decimal 189 223 199
Hex BD DF C7

RGB Percentages of Color #bddfc7

%30.93
%36.50
%32.57

CMYK Percentages of Color #bddfc7

%15
%0
%11
%13

Triadic Colors of #bddfc7

#bddfc7 #c7bddf #dfc7bd

Analogous Colors of #bddfc7

#bddfc7 #bddfd8 #c4dfbd

Monochromatic Colors of #bddfc7

#bddfc7

Complementary Color

#bddfc7 #dfbdd5

#bddfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfc7 Color CSS Codes

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

#bddfc7 Text Font Color

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

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


#bddfc7 Background Color

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

This div background color is #bddfc7


#bddfc7 Border Color

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

This div border color is #bddfc7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,223,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 #bddfc7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfc7


Comments

No comments written yet.

Please login to write comment.