Color Hex Logo

#bec675 Color Hex

#BEC675
(190,198,117)
0 Favorites   0 Comments

Color spaces of #bec675

RGB 190198117
HSL0.180.420.62
HSV66°41°78°
CMYK 0.040.000.41   0.22
XYZ44.640252.619724.6334
Yxy52.61970.36620.4317
Hunter Lab72.5394-17.096530.6435
CIE-Lab77.6499-15.007039.5988

#bec675 color RGB value is (190,198,117).

#bec675 hex color red value is 190, green value is 198 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bec675 hue: 0.18 , saturation: 0.42 and the lightness value of bec675 is 0.62.

The process color (four color CMYK) of #bec675 color hex is 0.04, 0.00, 0.41, 0.22. Web safe color of #bec675 is #cccc66. Color #bec675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 01110101
Octal 276 306 165
Decimal 190 198 117
Hex BE C6 75

RGB Percentages of Color #bec675

%37.62
%39.21
%23.17

CMYK Percentages of Color #bec675

%4
%0
%41
%22

Triadic Colors of #bec675

#bec675 #75bec6 #c675be

Analogous Colors of #bec675

#bec675 #96c675 #c6a675

Monochromatic Colors of #bec675

#bec675

Complementary Color

#bec675 #7d75c6

#bec675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec675 Color CSS Codes

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

#bec675 Text Font Color

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

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


#bec675 Background Color

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

This div background color is #bec675


#bec675 Border Color

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

This div border color is #bec675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec675


Comments

No comments written yet.

Please login to write comment.