Color Hex Logo

#beccac Color Hex

#BECCAC
(190,204,172)
0 Favorites   0 Comments

Color spaces of #beccac

RGB 190204172
HSL0.240.240.74
HSV86°16°80°
CMYK 0.070.000.16   0.20
XYZ50.274557.111447.4036
Yxy57.11140.32480.3690
Hunter Lab75.5721-13.503615.7100
CIE-Lab80.2422-10.472514.3530

#beccac color RGB value is (190,204,172).

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

The process color (four color CMYK) of #beccac color hex is 0.07, 0.00, 0.16, 0.20. Web safe color of #beccac is #cccc99. Color #beccac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 10101100
Octal 276 314 254
Decimal 190 204 172
Hex BE CC AC

RGB Percentages of Color #beccac

%33.57
%36.04
%30.39

CMYK Percentages of Color #beccac

%7
%0
%16
%20

Triadic Colors of #beccac

#beccac #acbecc #ccacbe

Analogous Colors of #beccac

#beccac #aeccac #cccaac

Monochromatic Colors of #beccac

#beccac

Complementary Color

#beccac #baaccc

#beccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#beccac Color CSS Codes

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

#beccac Text Font Color

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

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


#beccac Background Color

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

This div background color is #beccac


#beccac Border Color

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

This div border color is #beccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beccac


Comments

No comments written yet.

Please login to write comment.