Color Hex Logo

#beccc3 Color Hex

#BECCC3
(190,204,195)
0 Favorites   0 Comments

Color spaces of #beccc3

RGB 190204195
HSL0.390.120.77
HSV141°80°
CMYK 0.070.000.04   0.20
XYZ52.678458.073060.0625
Yxy58.07300.30840.3400
Hunter Lab76.2056-9.96886.6137
CIE-Lab80.7794-6.44292.8356

#beccc3 color RGB value is (190,204,195).

#beccc3 hex color red value is 190, green value is 204 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #beccc3 hue: 0.39 , saturation: 0.12 and the lightness value of beccc3 is 0.77.

The process color (four color CMYK) of #beccc3 color hex is 0.07, 0.00, 0.04, 0.20. Web safe color of #beccc3 is #cccccc. Color #beccc3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11000011
Octal 276 314 303
Decimal 190 204 195
Hex BE CC C3

RGB Percentages of Color #beccc3

%32.26
%34.63
%33.11

CMYK Percentages of Color #beccc3

%7
%0
%4
%20

Triadic Colors of #beccc3

#beccc3 #c3becc #ccc3be

Analogous Colors of #beccc3

#beccc3 #beccca #c0ccbe

Monochromatic Colors of #beccc3

#beccc3

Complementary Color

#beccc3 #ccbec7

#beccc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beccc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beccc3 Color CSS Codes

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

#beccc3 Text Font Color

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

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


#beccc3 Background Color

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

This div background color is #beccc3


#beccc3 Border Color

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

This div border color is #beccc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beccc3


Comments

No comments written yet.

Please login to write comment.