Color Hex Logo

#beaeeb Color Hex

#BEAEEB
(190,174,235)
0 Favorites   0 Comments

Color spaces of #beaeeb

RGB 190174235
HSL0.710.600.80
HSV256°26°92°
CMYK 0.190.260.00   0.08
XYZ51.366747.217485.0038
Yxy47.21740.27980.2572
Hunter Lab68.714913.1836-25.2443
CIE-Lab74.328617.9244-28.4185

#beaeeb color RGB value is (190,174,235).

#beaeeb hex color red value is 190, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #beaeeb hue: 0.71 , saturation: 0.60 and the lightness value of beaeeb is 0.80.

The process color (four color CMYK) of #beaeeb color hex is 0.19, 0.26, 0.00, 0.08. Web safe color of #beaeeb is #cc99ff. Color #beaeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11101011
Octal 276 256 353
Decimal 190 174 235
Hex BE AE EB

RGB Percentages of Color #beaeeb

%31.72
%29.05
%39.23

CMYK Percentages of Color #beaeeb

%19
%26
%0
%8

Triadic Colors of #beaeeb

#beaeeb #ebbeae #aeebbe

Analogous Colors of #beaeeb

#beaeeb #ddaeeb #aebdeb

Monochromatic Colors of #beaeeb

#beaeeb

Complementary Color

#beaeeb #dbebae

#beaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaeeb Color CSS Codes

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

#beaeeb Text Font Color

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

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


#beaeeb Background Color

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

This div background color is #beaeeb


#beaeeb Border Color

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

This div border color is #beaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaeeb


Comments

No comments written yet.

Please login to write comment.