Color Hex Logo

#beadcc Color Hex

#BEADCC
(190,173,204)
0 Favorites   0 Comments

Color spaces of #beadcc

RGB 190173204
HSL0.760.230.74
HSV273°15°80°
CMYK 0.070.150.00   0.20
XYZ47.077945.193963.3688
Yxy45.19390.30250.2904
Hunter Lab67.22647.3553-8.8293
CIE-Lab73.019411.9018-13.4998

#beadcc color RGB value is (190,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11001100
Octal 276 255 314
Decimal 190 173 204
Hex BE AD CC

RGB Percentages of Color #beadcc

%33.51
%30.51
%35.98

CMYK Percentages of Color #beadcc

%7
%15
%0
%20

Triadic Colors of #beadcc

#beadcc #ccbead #adccbe

Analogous Colors of #beadcc

#beadcc #ccadcb #afadcc

Monochromatic Colors of #beadcc

#beadcc

Complementary Color

#beadcc #bbccad

#beadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadcc Color CSS Codes

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

#beadcc Text Font Color

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

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


#beadcc Background Color

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

This div background color is #beadcc


#beadcc Border Color

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

This div border color is #beadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadcc


Comments

No comments written yet.

Please login to write comment.