Color Hex Logo

#bddddf Color Hex

#BDDDDF
(189,221,223)
0 Favorites   0 Comments

Color spaces of #bddddf

RGB 189221223
HSL0.510.350.81
HSV184°15°87°
CMYK 0.150.010.00   0.13
XYZ60.162067.859479.7393
Yxy67.85940.28960.3266
Hunter Lab82.3768-13.79610.2721
CIE-Lab85.9361-10.0760-4.5225

#bddddf color RGB value is (189,221,223).

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

The process color (four color CMYK) of #bddddf color hex is 0.15, 0.01, 0.00, 0.13. Web safe color of #bddddf is #cccccc. Color #bddddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11011111
Octal 275 335 337
Decimal 189 221 223
Hex BD DD DF

RGB Percentages of Color #bddddf

%29.86
%34.91
%35.23

CMYK Percentages of Color #bddddf

%15
%1
%0
%13

Triadic Colors of #bddddf

#bddddf #dfbddd #dddfbd

Analogous Colors of #bddddf

#bddddf #bdccdf #bddfd0

Monochromatic Colors of #bddddf

#bddddf

Complementary Color

#bddddf #dfbfbd

#bddddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddddf Color CSS Codes

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

#bddddf Text Font Color

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

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


#bddddf Background Color

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

This div background color is #bddddf


#bddddf Border Color

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

This div border color is #bddddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddddf


Comments

No comments written yet.

Please login to write comment.