Color Hex Logo

#becdc4 Color Hex

#BECDC4
(190,205,196)
0 Favorites   0 Comments

Color spaces of #becdc4

RGB 190205196
HSL0.400.130.77
HSV144°80°
CMYK 0.070.000.04   0.20
XYZ53.030358.595360.7396
Yxy58.59530.30770.3399
Hunter Lab76.5476-10.29786.5374
CIE-Lab81.0686-6.77732.7202

#becdc4 color RGB value is (190,205,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 11000100
Octal 276 315 304
Decimal 190 205 196
Hex BE CD C4

RGB Percentages of Color #becdc4

%32.15
%34.69
%33.16

CMYK Percentages of Color #becdc4

%7
%0
%4
%20

Triadic Colors of #becdc4

#becdc4 #c4becd #cdc4be

Analogous Colors of #becdc4

#becdc4 #becdcc #c0cdbe

Monochromatic Colors of #becdc4

#becdc4

Complementary Color

#becdc4 #cdbec7

#becdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becdc4 Color CSS Codes

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

#becdc4 Text Font Color

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

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


#becdc4 Background Color

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

This div background color is #becdc4


#becdc4 Border Color

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

This div border color is #becdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becdc4


Comments

No comments written yet.

Please login to write comment.