Color Hex Logo

#bece2d Color Hex

#BECE2D
(190,206,45)
0 Favorites   0 Comments

Color spaces of #bece2d

RGB 19020645
HSL0.180.640.49
HSV66°78°81°
CMYK 0.080.000.78   0.19
XYZ43.780255.279210.8451
Yxy55.27920.39830.5030
Hunter Lab74.3500-25.004643.3966
CIE-Lab79.2018-24.208271.4322

#bece2d color RGB value is (190,206,45).

#bece2d hex color red value is 190, green value is 206 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bece2d hue: 0.18 , saturation: 0.64 and the lightness value of bece2d is 0.49.

The process color (four color CMYK) of #bece2d color hex is 0.08, 0.00, 0.78, 0.19. Web safe color of #bece2d is #cccc33. Color #bece2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 00101101
Octal 276 316 55
Decimal 190 206 45
Hex BE CE 2D

RGB Percentages of Color #bece2d

%43.08
%46.71
%10.20

CMYK Percentages of Color #bece2d

%8
%0
%78
%19

Triadic Colors of #bece2d

#bece2d #2dbece #ce2dbe

Analogous Colors of #bece2d

#bece2d #6ece2d #ce8e2d

Monochromatic Colors of #bece2d

#bece2d

Complementary Color

#bece2d #3d2dce

#bece2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bece2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bece2d Color CSS Codes

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

#bece2d Text Font Color

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

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


#bece2d Background Color

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

This div background color is #bece2d


#bece2d Border Color

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

This div border color is #bece2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bece2d


Comments

No comments written yet.

Please login to write comment.