Color Hex Logo

#b3adcc Color Hex

#B3ADCC
(179,173,204)
0 Favorites   0 Comments

Color spaces of #b3adcc

RGB 179173204
HSL0.700.230.74
HSV252°15°80°
CMYK 0.120.150.00   0.20
XYZ44.433143.830563.2450
Yxy43.83050.29330.2893
Hunter Lab66.20463.9419-10.2963
CIE-Lab72.11518.2482-14.9502

#b3adcc color RGB value is (179,173,204).

#b3adcc hex color red value is 179, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b3adcc hue: 0.70 , saturation: 0.23 and the lightness value of b3adcc is 0.74.

The process color (four color CMYK) of #b3adcc color hex is 0.12, 0.15, 0.00, 0.20. Web safe color of #b3adcc is #cc99cc. Color #b3adcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101101 11001100
Octal 263 255 314
Decimal 179 173 204
Hex B3 AD CC

RGB Percentages of Color #b3adcc

%32.19
%31.12
%36.69

CMYK Percentages of Color #b3adcc

%12
%15
%0
%20

Triadic Colors of #b3adcc

#b3adcc #ccb3ad #adccb3

Analogous Colors of #b3adcc

#b3adcc #c3adcc #adb7cc

Monochromatic Colors of #b3adcc

#b3adcc

Complementary Color

#b3adcc #c6ccad

#b3adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3adcc Color CSS Codes

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

#b3adcc Text Font Color

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

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


#b3adcc Background Color

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

This div background color is #b3adcc


#b3adcc Border Color

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

This div border color is #b3adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3adcc


Comments

No comments written yet.

Please login to write comment.