Color Hex Logo

#bddfdc Color Hex

#BDDFDC
(189,223,220)
0 Favorites   0 Comments

Color spaces of #bddfdc

RGB 189223220
HSL0.490.350.81
HSV175°15°87°
CMYK 0.150.000.01   0.13
XYZ60.292268.761577.8047
Yxy68.76150.29150.3324
Hunter Lab82.9226-15.32882.4151
CIE-Lab86.3858-11.7050-2.2773

#bddfdc color RGB value is (189,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11011100
Octal 275 337 334
Decimal 189 223 220
Hex BD DF DC

RGB Percentages of Color #bddfdc

%29.91
%35.28
%34.81

CMYK Percentages of Color #bddfdc

%15
%0
%1
%13

Triadic Colors of #bddfdc

#bddfdc #dcbddf #dfdcbd

Analogous Colors of #bddfdc

#bddfdc #bdd1df #bddfcb

Monochromatic Colors of #bddfdc

#bddfdc

Complementary Color

#bddfdc #dfbdc0

#bddfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfdc Color CSS Codes

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

#bddfdc Text Font Color

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

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


#bddfdc Background Color

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

This div background color is #bddfdc


#bddfdc Border Color

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

This div border color is #bddfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfdc


Comments

No comments written yet.

Please login to write comment.