Color Hex Logo

#becac4 Color Hex

#BECAC4
(190,202,196)
0 Favorites   0 Comments

Color spaces of #becac4

RGB 190202196
HSL0.420.100.77
HSV150°79°
CMYK 0.060.000.03   0.21
XYZ52.319557.173760.5027
Yxy57.17370.30780.3363
Hunter Lab75.6133-8.81285.4878
CIE-Lab80.2772-5.21331.5700

#becac4 color RGB value is (190,202,196).

#becac4 hex color red value is 190, green value is 202 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #becac4 hue: 0.42 , saturation: 0.10 and the lightness value of becac4 is 0.77.

The process color (four color CMYK) of #becac4 color hex is 0.06, 0.00, 0.03, 0.21. Web safe color of #becac4 is #cccccc. Color #becac4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 11000100
Octal 276 312 304
Decimal 190 202 196
Hex BE CA C4

RGB Percentages of Color #becac4

%32.31
%34.35
%33.33

CMYK Percentages of Color #becac4

%6
%0
%3
%21

Triadic Colors of #becac4

#becac4 #c4beca #cac4be

Analogous Colors of #becac4

#becac4 #becaca #becabe

Monochromatic Colors of #becac4

#becac4

Complementary Color

#becac4 #cabec4

#becac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becac4 Color CSS Codes

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

#becac4 Text Font Color

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

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


#becac4 Background Color

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

This div background color is #becac4


#becac4 Border Color

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

This div border color is #becac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becac4


Comments

No comments written yet.

Please login to write comment.