Color Hex Logo

#befda2 Color Hex

#BEFDA2
(190,253,162)
0 Favorites   0 Comments

Color spaces of #befda2

RGB 190253162
HSL0.280.960.81
HSV102°36°99°
CMYK 0.250.000.36   0.01
XYZ62.882183.806347.0444
Yxy83.80630.32460.4326
Hunter Lab91.5458-37.594833.6135
CIE-Lab93.3663-35.727937.3646

#befda2 color RGB value is (190,253,162).

#befda2 hex color red value is 190, green value is 253 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #befda2 hue: 0.28 , saturation: 0.96 and the lightness value of befda2 is 0.81.

The process color (four color CMYK) of #befda2 color hex is 0.25, 0.00, 0.36, 0.01. Web safe color of #befda2 is #ccff99. Color #befda2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 10100010
Octal 276 375 242
Decimal 190 253 162
Hex BE FD A2

RGB Percentages of Color #befda2

%31.40
%41.82
%26.78

CMYK Percentages of Color #befda2

%25
%0
%36
%1

Triadic Colors of #befda2

#befda2 #a2befd #fda2be

Analogous Colors of #befda2

#befda2 #a2fdb4 #ecfda2

Monochromatic Colors of #befda2

#befda2

Complementary Color

#befda2 #e1a2fd

#befda2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befda2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befda2 Color CSS Codes

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

#befda2 Text Font Color

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

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


#befda2 Background Color

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

This div background color is #befda2


#befda2 Border Color

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

This div border color is #befda2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befda2


Comments

No comments written yet.

Please login to write comment.