Color Hex Logo

#bece53 Color Hex

#BECE53
(190,206,83)
0 Favorites   0 Comments

Color spaces of #bece53

RGB 19020683
HSL0.190.560.57
HSV68°60°81°
CMYK 0.080.000.60   0.19
XYZ44.867855.714316.5728
Yxy55.71430.38300.4756
Hunter Lab74.6420-23.326039.0852
CIE-Lab79.4509-22.110657.7860

#bece53 color RGB value is (190,206,83).

#bece53 hex color red value is 190, green value is 206 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bece53 hue: 0.19 , saturation: 0.56 and the lightness value of bece53 is 0.57.

The process color (four color CMYK) of #bece53 color hex is 0.08, 0.00, 0.60, 0.19. Web safe color of #bece53 is #cccc66. Color #bece53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 01010011
Octal 276 316 123
Decimal 190 206 83
Hex BE CE 53

RGB Percentages of Color #bece53

%39.67
%43.01
%17.33

CMYK Percentages of Color #bece53

%8
%0
%60
%19

Triadic Colors of #bece53

#bece53 #53bece #ce53be

Analogous Colors of #bece53

#bece53 #81ce53 #cea153

Monochromatic Colors of #bece53

#bece53

Complementary Color

#bece53 #6353ce

#bece53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bece53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bece53 Color CSS Codes

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

#bece53 Text Font Color

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

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


#bece53 Background Color

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

This div background color is #bece53


#bece53 Border Color

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

This div border color is #bece53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bece53


Comments

No comments written yet.

Please login to write comment.