Color Hex Logo

#bddddc Color Hex

#BDDDDC
(189,221,220)
2 Favorites   0 Comments

Color spaces of #bddddc

RGB 189221220
HSL0.490.320.80
HSV178°14°87°
CMYK 0.140.000.00   0.13
XYZ59.761067.699077.6276
Yxy67.69900.29140.3301
Hunter Lab82.2794-14.34121.6576
CIE-Lab85.8557-10.6855-3.0555

#bddddc color RGB value is (189,221,220).

#bddddc hex color red value is 189, green value is 221 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bddddc hue: 0.49 , saturation: 0.32 and the lightness value of bddddc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11011100
Octal 275 335 334
Decimal 189 221 220
Hex BD DD DC

RGB Percentages of Color #bddddc

%30.00
%35.08
%34.92

CMYK Percentages of Color #bddddc

%14
%0
%0
%13

Triadic Colors of #bddddc

#bddddc #dcbddd #dddcbd

Analogous Colors of #bddddc

#bddddc #bdcedd #bdddcc

Monochromatic Colors of #bddddc

#bddddc

Complementary Color

#bddddc #ddbdbe

#bddddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddddc Color CSS Codes

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

#bddddc Text Font Color

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

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


#bddddc Background Color

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

This div background color is #bddddc


#bddddc Border Color

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

This div border color is #bddddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddddc


Comments

No comments written yet.

Please login to write comment.