Color Hex Logo

#beabec Color Hex

#BEABEC
(190,171,236)
0 Favorites   0 Comments

Color spaces of #beabec

RGB 190171236
HSL0.720.630.80
HSV258°28°93°
CMYK 0.190.280.00   0.07
XYZ50.938446.129185.5759
Yxy46.12910.27890.2526
Hunter Lab67.918415.0167-27.1614
CIE-Lab73.629219.8039-30.0366

#beabec color RGB value is (190,171,236).

#beabec hex color red value is 190, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #beabec hue: 0.72 , saturation: 0.63 and the lightness value of beabec is 0.80.

The process color (four color CMYK) of #beabec color hex is 0.19, 0.28, 0.00, 0.07. Web safe color of #beabec is #cc99ff. Color #beabec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11101100
Octal 276 253 354
Decimal 190 171 236
Hex BE AB EC

RGB Percentages of Color #beabec

%31.83
%28.64
%39.53

CMYK Percentages of Color #beabec

%19
%28
%0
%7

Triadic Colors of #beabec

#beabec #ecbeab #abecbe

Analogous Colors of #beabec

#beabec #dfabec #abb9ec

Monochromatic Colors of #beabec

#beabec

Complementary Color

#beabec #d9ecab

#beabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabec Color CSS Codes

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

#beabec Text Font Color

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

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


#beabec Background Color

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

This div background color is #beabec


#beabec Border Color

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

This div border color is #beabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabec


Comments

No comments written yet.

Please login to write comment.