Color Hex Logo

#bddfdf Color Hex

#BDDFDF
(189,223,223)
0 Favorites   0 Comments

Color spaces of #bddfdf

RGB 189223223
HSL0.500.350.81
HSV180°15°87°
CMYK 0.150.000.00   0.13
XYZ60.693268.921979.9164
Yxy68.92190.28970.3289
Hunter Lab83.0192-14.78691.0394
CIE-Lab86.4654-11.0975-3.7434

#bddfdf color RGB value is (189,223,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11011111
Octal 275 337 337
Decimal 189 223 223
Hex BD DF DF

RGB Percentages of Color #bddfdf

%29.76
%35.12
%35.12

CMYK Percentages of Color #bddfdf

%15
%0
%0
%13

Triadic Colors of #bddfdf

#bddfdf #dfbddf #dfdfbd

Analogous Colors of #bddfdf

#bddfdf #bdcedf #bddfce

Monochromatic Colors of #bddfdf

#bddfdf

Complementary Color

#bddfdf #dfbdbd

#bddfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfdf Color CSS Codes

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

#bddfdf Text Font Color

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

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


#bddfdf Background Color

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

This div background color is #bddfdf


#bddfdf Border Color

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

This div border color is #bddfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfdf


Comments

No comments written yet.

Please login to write comment.