Color Hex Logo

#beca72 Color Hex

#BECA72
(190,202,114)
0 Favorites   0 Comments

Color spaces of #beca72

RGB 190202114
HSL0.190.450.62
HSV68°44°79°
CMYK 0.060.000.44   0.21
XYZ45.393054.403124.0280
Yxy54.40310.36660.4394
Hunter Lab73.7585-19.223432.3163
CIE-Lab78.6962-17.344242.4093

#beca72 color RGB value is (190,202,114).

#beca72 hex color red value is 190, green value is 202 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #beca72 hue: 0.19 , saturation: 0.45 and the lightness value of beca72 is 0.62.

The process color (four color CMYK) of #beca72 color hex is 0.06, 0.00, 0.44, 0.21. Web safe color of #beca72 is #cccc66. Color #beca72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 01110010
Octal 276 312 162
Decimal 190 202 114
Hex BE CA 72

RGB Percentages of Color #beca72

%37.55
%39.92
%22.53

CMYK Percentages of Color #beca72

%6
%0
%44
%21

Triadic Colors of #beca72

#beca72 #72beca #ca72be

Analogous Colors of #beca72

#beca72 #92ca72 #caaa72

Monochromatic Colors of #beca72

#beca72

Complementary Color

#beca72 #7e72ca

#beca72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beca72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beca72 Color CSS Codes

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

#beca72 Text Font Color

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

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


#beca72 Background Color

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

This div background color is #beca72


#beca72 Border Color

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

This div border color is #beca72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beca72


Comments

No comments written yet.

Please login to write comment.