Color Hex Logo

#bddcdc Color Hex

#BDDCDC
(189,220,220)
0 Favorites   0 Comments

Color spaces of #bddcdc

RGB 189220220
HSL0.500.310.80
HSV180°14°86°
CMYK 0.140.000.00   0.14
XYZ59.497767.172577.5399
Yxy67.17250.29140.3289
Hunter Lab81.9588-13.84661.2779
CIE-Lab85.5910-10.1744-3.4446

#bddcdc color RGB value is (189,220,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11011100
Octal 275 334 334
Decimal 189 220 220
Hex BD DC DC

RGB Percentages of Color #bddcdc

%30.05
%34.98
%34.98

CMYK Percentages of Color #bddcdc

%14
%0
%0
%14

Triadic Colors of #bddcdc

#bddcdc #dcbddc #dcdcbd

Analogous Colors of #bddcdc

#bddcdc #bdcddc #bddccd

Monochromatic Colors of #bddcdc

#bddcdc

Complementary Color

#bddcdc #dcbdbd

#bddcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcdc Color CSS Codes

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

#bddcdc Text Font Color

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

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


#bddcdc Background Color

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

This div background color is #bddcdc


#bddcdc Border Color

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

This div border color is #bddcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcdc


Comments

No comments written yet.

Please login to write comment.