Color Hex Logo

#bddfd4 Color Hex

#BDDFD4
(189,223,212)
0 Favorites   0 Comments

Color spaces of #bddfd4

RGB 189223212
HSL0.450.350.81
HSV161°15°87°
CMYK 0.150.000.05   0.13
XYZ59.257668.347672.3566
Yxy68.34760.29630.3418
Hunter Lab82.6726-16.73295.9791
CIE-Lab86.1800-13.28931.6426

#bddfd4 color RGB value is (189,223,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11010100
Octal 275 337 324
Decimal 189 223 212
Hex BD DF D4

RGB Percentages of Color #bddfd4

%30.29
%35.74
%33.97

CMYK Percentages of Color #bddfd4

%15
%0
%5
%13

Triadic Colors of #bddfd4

#bddfd4 #d4bddf #dfd4bd

Analogous Colors of #bddfd4

#bddfd4 #bdd9df #bddfc3

Monochromatic Colors of #bddfd4

#bddfd4

Complementary Color

#bddfd4 #dfbdc8

#bddfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfd4 Color CSS Codes

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

#bddfd4 Text Font Color

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

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


#bddfd4 Background Color

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

This div background color is #bddfd4


#bddfd4 Border Color

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

This div border color is #bddfd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfd4


Comments

No comments written yet.

Please login to write comment.