Color Hex Logo

#beccc4 Color Hex

#BECCC4
(190,204,196)
0 Favorites   0 Comments

Color spaces of #beccc4

RGB 190204196
HSL0.400.120.77
HSV146°80°
CMYK 0.070.000.04   0.20
XYZ52.791958.118460.6601
Yxy58.11840.30770.3387
Hunter Lab76.2354-9.80346.1881
CIE-Lab80.8046-6.25692.3368

#beccc4 color RGB value is (190,204,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11000100
Octal 276 314 304
Decimal 190 204 196
Hex BE CC C4

RGB Percentages of Color #beccc4

%32.20
%34.58
%33.22

CMYK Percentages of Color #beccc4

%7
%0
%4
%20

Triadic Colors of #beccc4

#beccc4 #c4becc #ccc4be

Analogous Colors of #beccc4

#beccc4 #becccb #bfccbe

Monochromatic Colors of #beccc4

#beccc4

Complementary Color

#beccc4 #ccbec6

#beccc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beccc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beccc4 Color CSS Codes

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

#beccc4 Text Font Color

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

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


#beccc4 Background Color

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

This div background color is #beccc4


#beccc4 Border Color

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

This div border color is #beccc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beccc4


Comments

No comments written yet.

Please login to write comment.