Color Hex Logo

#becf98 Color Hex

#BECF98
(190,207,152)
0 Favorites   0 Comments

Color spaces of #becf98

RGB 190207152
HSL0.220.360.70
HSV79°27°81°
CMYK 0.080.000.27   0.19
XYZ49.215557.839838.2760
Yxy57.83980.33860.3980
Hunter Lab76.0525-17.579923.3970
CIE-Lab80.6496-15.088125.4858

#becf98 color RGB value is (190,207,152).

#becf98 hex color red value is 190, green value is 207 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #becf98 hue: 0.22 , saturation: 0.36 and the lightness value of becf98 is 0.70.

The process color (four color CMYK) of #becf98 color hex is 0.08, 0.00, 0.27, 0.19. Web safe color of #becf98 is #cccc99. Color #becf98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 10011000
Octal 276 317 230
Decimal 190 207 152
Hex BE CF 98

RGB Percentages of Color #becf98

%34.61
%37.70
%27.69

CMYK Percentages of Color #becf98

%8
%0
%27
%19

Triadic Colors of #becf98

#becf98 #98becf #cf98be

Analogous Colors of #becf98

#becf98 #a3cf98 #cfc598

Monochromatic Colors of #becf98

#becf98

Complementary Color

#becf98 #a998cf

#becf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becf98 Color CSS Codes

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

#becf98 Text Font Color

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

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


#becf98 Background Color

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

This div background color is #becf98


#becf98 Border Color

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

This div border color is #becf98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,207,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 #becf98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becf98


Comments

No comments written yet.

Please login to write comment.