Color Hex Logo

#befa98 Color Hex

#BEFA98
(190,250,152)
0 Favorites   0 Comments

Color spaces of #befa98

RGB 190250152
HSL0.270.910.79
HSV97°39°98°
CMYK 0.240.000.39   0.02
XYZ61.088381.585442.2336
Yxy81.58540.33040.4412
Hunter Lab90.3246-37.345135.5047
CIE-Lab92.3916-35.709241.0243

#befa98 color RGB value is (190,250,152).

#befa98 hex color red value is 190, green value is 250 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #befa98 hue: 0.27 , saturation: 0.91 and the lightness value of befa98 is 0.79.

The process color (four color CMYK) of #befa98 color hex is 0.24, 0.00, 0.39, 0.02. Web safe color of #befa98 is #ccff99. Color #befa98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 10011000
Octal 276 372 230
Decimal 190 250 152
Hex BE FA 98

RGB Percentages of Color #befa98

%32.09
%42.23
%25.68

CMYK Percentages of Color #befa98

%24
%0
%39
%2

Triadic Colors of #befa98

#befa98 #98befa #fa98be

Analogous Colors of #befa98

#befa98 #98faa3 #effa98

Monochromatic Colors of #befa98

#befa98

Complementary Color

#befa98 #d498fa

#befa98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befa98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befa98 Color CSS Codes

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

#befa98 Text Font Color

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

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


#befa98 Background Color

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

This div background color is #befa98


#befa98 Border Color

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

This div border color is #befa98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befa98

Related Colors


Comments

No comments written yet.

Please login to write comment.