Color Hex Logo

#beafcc Color Hex

#BEAFCC
(190,175,204)
0 Favorites   0 Comments

Color spaces of #beafcc

RGB 190175204
HSL0.750.220.74
HSV271°14°80°
CMYK 0.070.140.00   0.20
XYZ47.464345.966763.4976
Yxy45.96670.30250.2929
Hunter Lab67.79876.3158-8.0695
CIE-Lab73.523910.8064-12.7430

#beafcc color RGB value is (190,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11001100
Octal 276 257 314
Decimal 190 175 204
Hex BE AF CC

RGB Percentages of Color #beafcc

%33.39
%30.76
%35.85

CMYK Percentages of Color #beafcc

%7
%14
%0
%20

Triadic Colors of #beafcc

#beafcc #ccbeaf #afccbe

Analogous Colors of #beafcc

#beafcc #ccafcc #b0afcc

Monochromatic Colors of #beafcc

#beafcc

Complementary Color

#beafcc #bdccaf

#beafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafcc Color CSS Codes

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

#beafcc Text Font Color

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

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


#beafcc Background Color

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

This div background color is #beafcc


#beafcc Border Color

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

This div border color is #beafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafcc


Comments

No comments written yet.

Please login to write comment.