Color Hex Logo

#bcd0df Color Hex

#BCD0DF
(188,208,223)
0 Favorites   0 Comments

Color spaces of #bcd0df

RGB 188208223
HSL0.570.350.81
HSV206°16°87°
CMYK 0.160.070.00   0.13
XYZ56.614261.130878.6276
Yxy61.13080.28830.3113
Hunter Lab78.1862-7.5749-4.8944
CIE-Lab82.4490-3.6558-9.6931

#bcd0df color RGB value is (188,208,223).

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

The process color (four color CMYK) of #bcd0df color hex is 0.16, 0.07, 0.00, 0.13. Web safe color of #bcd0df is #cccccc. Color #bcd0df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 11011111
Octal 274 320 337
Decimal 188 208 223
Hex BC D0 DF

RGB Percentages of Color #bcd0df

%30.37
%33.60
%36.03

CMYK Percentages of Color #bcd0df

%16
%7
%0
%13

Triadic Colors of #bcd0df

#bcd0df #dfbcd0 #d0dfbc

Analogous Colors of #bcd0df

#bcd0df #bcbfdf #bcdfdd

Monochromatic Colors of #bcd0df

#bcd0df

Complementary Color

#bcd0df #dfcbbc

#bcd0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd0df Color CSS Codes

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

#bcd0df Text Font Color

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

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


#bcd0df Background Color

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

This div background color is #bcd0df


#bcd0df Border Color

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

This div border color is #bcd0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd0df


Comments

No comments written yet.

Please login to write comment.