Color Hex Logo

#beafca Color Hex

#BEAFCA
(190,175,202)
0 Favorites   0 Comments

Color spaces of #beafca

RGB 190175202
HSL0.760.200.74
HSV273°13°79°
CMYK 0.060.130.00   0.21
XYZ47.225845.871462.2421
Yxy45.87140.30400.2953
Hunter Lab67.72845.9401-7.0773
CIE-Lab73.462010.4078-11.7411

#beafca color RGB value is (190,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11001010
Octal 276 257 312
Decimal 190 175 202
Hex BE AF CA

RGB Percentages of Color #beafca

%33.51
%30.86
%35.63

CMYK Percentages of Color #beafca

%6
%13
%0
%21

Triadic Colors of #beafca

#beafca #cabeaf #afcabe

Analogous Colors of #beafca

#beafca #caafc9 #b1afca

Monochromatic Colors of #beafca

#beafca

Complementary Color

#beafca #bbcaaf

#beafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafca Color CSS Codes

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

#beafca Text Font Color

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

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


#beafca Background Color

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

This div background color is #beafca


#beafca Border Color

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

This div border color is #beafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafca


Comments

No comments written yet.

Please login to write comment.