Color Hex Logo

#beaecb Color Hex

#BEAECB
(190,174,203)
0 Favorites   0 Comments

Color spaces of #beaecb

RGB 190174203
HSL0.760.220.74
HSV273°14°80°
CMYK 0.060.140.00   0.20
XYZ47.150745.531162.8032
Yxy45.53110.30320.2928
Hunter Lab67.47676.6461-7.9498
CIE-Lab73.240211.1537-12.6208

#beaecb color RGB value is (190,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11001011
Octal 276 256 313
Decimal 190 174 203
Hex BE AE CB

RGB Percentages of Color #beaecb

%33.51
%30.69
%35.80

CMYK Percentages of Color #beaecb

%6
%14
%0
%20

Triadic Colors of #beaecb

#beaecb #cbbeae #aecbbe

Analogous Colors of #beaecb

#beaecb #cbaeca #b0aecb

Monochromatic Colors of #beaecb

#beaecb

Complementary Color

#beaecb #bbcbae

#beaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaecb Color CSS Codes

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

#beaecb Text Font Color

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

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


#beaecb Background Color

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

This div background color is #beaecb


#beaecb Border Color

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

This div border color is #beaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaecb


Comments

No comments written yet.

Please login to write comment.