Color Hex Logo

#beafeb Color Hex

#BEAFEB
(190,175,235)
0 Favorites   0 Comments

Color spaces of #beafeb

RGB 190175235
HSL0.710.600.80
HSV255°26°92°
CMYK 0.190.260.00   0.08
XYZ51.560647.605385.0685
Yxy47.60530.27990.2584
Hunter Lab68.996612.6476-24.8033
CIE-Lab74.575317.3729-28.0399

#beafeb color RGB value is (190,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11101011
Octal 276 257 353
Decimal 190 175 235
Hex BE AF EB

RGB Percentages of Color #beafeb

%31.67
%29.17
%39.17

CMYK Percentages of Color #beafeb

%19
%26
%0
%8

Triadic Colors of #beafeb

#beafeb #ebbeaf #afebbe

Analogous Colors of #beafeb

#beafeb #dcafeb #afbeeb

Monochromatic Colors of #beafeb

#beafeb

Complementary Color

#beafeb #dcebaf

#beafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafeb Color CSS Codes

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

#beafeb Text Font Color

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

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


#beafeb Background Color

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

This div background color is #beafeb


#beafeb Border Color

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

This div border color is #beafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafeb


Comments

No comments written yet.

Please login to write comment.