Color Hex Logo

#beadca Color Hex

#BEADCA
(190,173,202)
0 Favorites   0 Comments

Color spaces of #beadca

RGB 190173202
HSL0.760.210.74
HSV275°14°79°
CMYK 0.060.140.00   0.21
XYZ46.839445.098662.1133
Yxy45.09860.30410.2928
Hunter Lab67.15556.9775-7.8295
CIE-Lab72.956811.5025-12.4977

#beadca color RGB value is (190,173,202).

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

The process color (four color CMYK) of #beadca color hex is 0.06, 0.14, 0.00, 0.21. Web safe color of #beadca is #cc99cc. Color #beadca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11001010
Octal 276 255 312
Decimal 190 173 202
Hex BE AD CA

RGB Percentages of Color #beadca

%33.63
%30.62
%35.75

CMYK Percentages of Color #beadca

%6
%14
%0
%21

Triadic Colors of #beadca

#beadca #cabead #adcabe

Analogous Colors of #beadca

#beadca #caadc8 #b0adca

Monochromatic Colors of #beadca

#beadca

Complementary Color

#beadca #b9caad

#beadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadca Color CSS Codes

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

#beadca Text Font Color

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

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


#beadca Background Color

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

This div background color is #beadca


#beadca Border Color

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

This div border color is #beadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadca


Comments

No comments written yet.

Please login to write comment.