Color Hex Logo

#beffae Color Hex

#BEFFAE
(190,255,174)
0 Favorites   0 Comments

Color spaces of #beffae

RGB 190255174
HSL0.301.000.84
HSV108°32°100°
CMYK 0.250.000.32   0.00
XYZ64.635285.523153.1454
Yxy85.52310.31790.4207
Hunter Lab92.4787-37.080530.6625
CIE-Lab94.1081-34.913432.3712

#beffae color RGB value is (190,255,174).

#beffae hex color red value is 190, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #beffae hue: 0.30 , saturation: 1.00 and the lightness value of beffae is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 10101110
Octal 276 377 256
Decimal 190 255 174
Hex BE FF AE

RGB Percentages of Color #beffae

%30.69
%41.20
%28.11

CMYK Percentages of Color #beffae

%25
%0
%32
%0

Triadic Colors of #beffae

#beffae #aebeff #ffaebe

Analogous Colors of #beffae

#beffae #aeffc7 #e7ffae

Monochromatic Colors of #beffae

#beffae

Complementary Color

#beffae #efaeff

#beffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffae Color CSS Codes

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

#beffae Text Font Color

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

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


#beffae Background Color

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

This div background color is #beffae


#beffae Border Color

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

This div border color is #beffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffae


Comments

No comments written yet.

Please login to write comment.