Color Hex Logo

#bddfda Color Hex

#BDDFDA
(189,223,218)
0 Favorites   0 Comments

Color spaces of #bddfda

RGB 189223218
HSL0.480.350.81
HSV171°15°87°
CMYK 0.150.000.02   0.13
XYZ60.028868.656176.4178
Yxy68.65610.29270.3347
Hunter Lab82.8590-15.68543.3203
CIE-Lab86.3335-12.1059-1.2987

#bddfda color RGB value is (189,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11011010
Octal 275 337 332
Decimal 189 223 218
Hex BD DF DA

RGB Percentages of Color #bddfda

%30.00
%35.40
%34.60

CMYK Percentages of Color #bddfda

%15
%0
%2
%13

Triadic Colors of #bddfda

#bddfda #dabddf #dfdabd

Analogous Colors of #bddfda

#bddfda #bdd3df #bddfc9

Monochromatic Colors of #bddfda

#bddfda

Complementary Color

#bddfda #dfbdc2

#bddfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfda Color CSS Codes

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

#bddfda Text Font Color

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

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


#bddfda Background Color

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

This div background color is #bddfda


#bddfda Border Color

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

This div border color is #bddfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfda


Comments

No comments written yet.

Please login to write comment.