Color Hex Logo

#baccd4 Color Hex

#BACCD4
(186,204,212)
0 Favorites   0 Comments

Color spaces of #baccd4

RGB 186204212
HSL0.550.230.78
HSV198°12°83°
CMYK 0.120.040.00   0.17
XYZ53.726258.378370.7238
Yxy58.37830.29390.3193
Hunter Lab76.4057-8.1941-1.3969
CIE-Lab80.9487-4.4675-6.0540

#baccd4 color RGB value is (186,204,212).

#baccd4 hex color red value is 186, green value is 204 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #baccd4 hue: 0.55 , saturation: 0.23 and the lightness value of baccd4 is 0.78.

The process color (four color CMYK) of #baccd4 color hex is 0.12, 0.04, 0.00, 0.17. Web safe color of #baccd4 is #cccccc. Color #baccd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 11010100
Octal 272 314 324
Decimal 186 204 212
Hex BA CC D4

RGB Percentages of Color #baccd4

%30.90
%33.89
%35.22

CMYK Percentages of Color #baccd4

%12
%4
%0
%17

Triadic Colors of #baccd4

#baccd4 #d4bacc #ccd4ba

Analogous Colors of #baccd4

#baccd4 #babfd4 #bad4cf

Monochromatic Colors of #baccd4

#baccd4

Complementary Color

#baccd4 #d4c2ba

#baccd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccd4 Color CSS Codes

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

#baccd4 Text Font Color

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

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


#baccd4 Background Color

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

This div background color is #baccd4


#baccd4 Border Color

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

This div border color is #baccd4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,204,212, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #baccd4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #baccd4;
  -webkit-box-shadow: 1px 1px 3px 2px #baccd4;
  box-shadow:         1px 1px 3px 2px #baccd4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,204,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccd4


Comments

No comments written yet.

Please login to write comment.