color codes Logo

#befea5 color codes

#BEFEA5
(190,254,165)
0 Favorites   0 Comments

Color spaces of #befea5

RGB 190254165
HSL0.290.980.82
HSV103°35°100°
CMYK 0.250.000.35   0.00
XYZ63.468584.547448.5714
Yxy84.54740.32290.4301
Hunter Lab91.9497-37.701833.0455
CIE-Lab93.6877-35.763336.3003

#befea5 color RGB value is (190,254,165).

#befea5 hex color red value is 190, green value is 254 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #befea5 hue: 0.29 , saturation: 0.98 and the lightness value of befea5 is 0.82.

The process color (four color CMYK) of #befea5 color code is 0.25, 0.00, 0.35, 0.00. Web safe color of #befea5 is #ccff99. Color #befea5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10100101
Octal 276 376 245
Decimal 190 254 165
Hex BE FE A5

RGB Percentages of Color #befea5

%31.20
%41.71
%27.09

CMYK Percentages of Color #befea5

%25
%0
%35
%0

Triadic Colors of #befea5

#befea5 #a5befe #fea5be

Analogous Colors of #befea5

#befea5 #a5feb9 #ebfea5

Monochromatic Colors of #befea5

#befea5

Complementary Color

#befea5 #e5a5fe

#befea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befea5 Color CSS Codes

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

#befea5 Text Font Color

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

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


#befea5 Background Color

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

This div background color is #befea5


#befea5 Border Color

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

This div border color is #befea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befea5


Comments

No comments written yet.

Please login to write comment.