Color Hex Logo

#bece25 Color Hex

#BECE25
(190,206,37)
0 Favorites   0 Comments

Color spaces of #bece25

RGB 19020637
HSL0.180.700.48
HSV66°82°81°
CMYK 0.080.000.82   0.19
XYZ43.640455.223310.1093
Yxy55.22330.40050.5068
Hunter Lab74.3124-25.221543.9530
CIE-Lab79.1697-24.481373.5228

#bece25 color RGB value is (190,206,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 00100101
Octal 276 316 45
Decimal 190 206 37
Hex BE CE 25

RGB Percentages of Color #bece25

%43.88
%47.58
%8.55

CMYK Percentages of Color #bece25

%8
%0
%82
%19

Triadic Colors of #bece25

#bece25 #25bece #ce25be

Analogous Colors of #bece25

#bece25 #6ace25 #ce8a25

Monochromatic Colors of #bece25

#bece25

Complementary Color

#bece25 #3525ce

#bece25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bece25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bece25 Color CSS Codes

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

#bece25 Text Font Color

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

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


#bece25 Background Color

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

This div background color is #bece25


#bece25 Border Color

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

This div border color is #bece25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bece25


Comments

No comments written yet.

Please login to write comment.