Color Hex Logo

#bddfd1 Color Hex

#BDDFD1
(189,223,209)
0 Favorites   0 Comments

Color spaces of #bddfd1

RGB 189223209
HSL0.430.350.81
HSV155°15°87°
CMYK 0.150.000.06   0.13
XYZ58.882668.197670.3816
Yxy68.19760.29820.3454
Hunter Lab82.5818-17.24397.2765
CIE-Lab86.1052-13.86983.1163

#bddfd1 color RGB value is (189,223,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11010001
Octal 275 337 321
Decimal 189 223 209
Hex BD DF D1

RGB Percentages of Color #bddfd1

%30.43
%35.91
%33.66

CMYK Percentages of Color #bddfd1

%15
%0
%6
%13

Triadic Colors of #bddfd1

#bddfd1 #d1bddf #dfd1bd

Analogous Colors of #bddfd1

#bddfd1 #bddcdf #bddfc0

Monochromatic Colors of #bddfd1

#bddfd1

Complementary Color

#bddfd1 #dfbdcb

#bddfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfd1 Color CSS Codes

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

#bddfd1 Text Font Color

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

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


#bddfd1 Background Color

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

This div background color is #bddfd1


#bddfd1 Border Color

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

This div border color is #bddfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfd1


Comments

No comments written yet.

Please login to write comment.