Color Hex Logo

#bece94 Color Hex

#BECE94
(190,206,148)
0 Favorites   0 Comments

Color spaces of #bece94

RGB 190206148
HSL0.210.370.69
HSV77°28°81°
CMYK 0.080.000.28   0.19
XYZ48.651857.227936.4988
Yxy57.22790.34170.4019
Hunter Lab75.6491-17.588324.3485
CIE-Lab80.3076-15.152627.1154

#bece94 color RGB value is (190,206,148).

#bece94 hex color red value is 190, green value is 206 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bece94 hue: 0.21 , saturation: 0.37 and the lightness value of bece94 is 0.69.

The process color (four color CMYK) of #bece94 color hex is 0.08, 0.00, 0.28, 0.19. Web safe color of #bece94 is #cccc99. Color #bece94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 10010100
Octal 276 316 224
Decimal 190 206 148
Hex BE CE 94

RGB Percentages of Color #bece94

%34.93
%37.87
%27.21

CMYK Percentages of Color #bece94

%8
%0
%28
%19

Triadic Colors of #bece94

#bece94 #94bece #ce94be

Analogous Colors of #bece94

#bece94 #a1ce94 #cec194

Monochromatic Colors of #bece94

#bece94

Complementary Color

#bece94 #a494ce

#bece94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bece94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bece94 Color CSS Codes

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

#bece94 Text Font Color

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

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


#bece94 Background Color

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

This div background color is #bece94


#bece94 Border Color

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

This div border color is #bece94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bece94


Comments

No comments written yet.

Please login to write comment.