Color Hex Logo

#bec175 Color Hex

#BEC175
(190,193,117)
0 Favorites   0 Comments

Color spaces of #bec175

RGB 190193117
HSL0.170.380.61
HSV62°39°76°
CMYK 0.020.000.39   0.24
XYZ43.516150.371424.2587
Yxy50.37140.36830.4263
Hunter Lab70.9728-14.757429.4155
CIE-Lab76.2967-12.464037.8866

#bec175 color RGB value is (190,193,117).

#bec175 hex color red value is 190, green value is 193 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bec175 hue: 0.17 , saturation: 0.38 and the lightness value of bec175 is 0.61.

The process color (four color CMYK) of #bec175 color hex is 0.02, 0.00, 0.39, 0.24. Web safe color of #bec175 is #cccc66. Color #bec175 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 01110101
Octal 276 301 165
Decimal 190 193 117
Hex BE C1 75

RGB Percentages of Color #bec175

%38.00
%38.60
%23.40

CMYK Percentages of Color #bec175

%2
%0
%39
%24

Triadic Colors of #bec175

#bec175 #75bec1 #c175be

Analogous Colors of #bec175

#bec175 #98c175 #c19e75

Monochromatic Colors of #bec175

#bec175

Complementary Color

#bec175 #7875c1

#bec175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec175 Color CSS Codes

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

#bec175 Text Font Color

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

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


#bec175 Background Color

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

This div background color is #bec175


#bec175 Border Color

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

This div border color is #bec175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec175


Comments

No comments written yet.

Please login to write comment.