Color Hex Logo

#bcd0d5 Color Hex

#BCD0D5
(188,208,213)
0 Favorites   0 Comments

Color spaces of #bcd0d5

RGB 188208213
HSL0.530.230.79
HSV192°12°84°
CMYK 0.120.020.00   0.16
XYZ55.305260.607271.7343
Yxy60.60720.29470.3230
Hunter Lab77.8506-9.4319-0.1364
CIE-Lab82.1671-5.7084-4.7743

#bcd0d5 color RGB value is (188,208,213).

#bcd0d5 hex color red value is 188, green value is 208 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bcd0d5 hue: 0.53 , saturation: 0.23 and the lightness value of bcd0d5 is 0.79.

The process color (four color CMYK) of #bcd0d5 color hex is 0.12, 0.02, 0.00, 0.16. Web safe color of #bcd0d5 is #cccccc. Color #bcd0d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 11010101
Octal 274 320 325
Decimal 188 208 213
Hex BC D0 D5

RGB Percentages of Color #bcd0d5

%30.87
%34.15
%34.98

CMYK Percentages of Color #bcd0d5

%12
%2
%0
%16

Triadic Colors of #bcd0d5

#bcd0d5 #d5bcd0 #d0d5bc

Analogous Colors of #bcd0d5

#bcd0d5 #bcc4d5 #bcd5ce

Monochromatic Colors of #bcd0d5

#bcd0d5

Complementary Color

#bcd0d5 #d5c1bc

#bcd0d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd0d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd0d5 Color CSS Codes

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

#bcd0d5 Text Font Color

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

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


#bcd0d5 Background Color

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

This div background color is #bcd0d5


#bcd0d5 Border Color

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

This div border color is #bcd0d5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,208,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd0d5


Comments

No comments written yet.

Please login to write comment.