Color Hex Logo

#bef3af Color Hex

#BEF3AF
(190,243,175)
0 Favorites   0 Comments

Color spaces of #bef3af

RGB 190243175
HSL0.300.740.82
HSV107°28°95°
CMYK 0.220.000.28   0.05
XYZ61.023778.143552.4244
Yxy78.14350.31850.4079
Hunter Lab88.3988-31.475326.7176
CIE-Lab90.8453-29.196727.4612

#bef3af color RGB value is (190,243,175).

#bef3af hex color red value is 190, green value is 243 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bef3af hue: 0.30 , saturation: 0.74 and the lightness value of bef3af is 0.82.

The process color (four color CMYK) of #bef3af color hex is 0.22, 0.00, 0.28, 0.05. Web safe color of #bef3af is #ccff99. Color #bef3af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110011 10101111
Octal 276 363 257
Decimal 190 243 175
Hex BE F3 AF

RGB Percentages of Color #bef3af

%31.25
%39.97
%28.78

CMYK Percentages of Color #bef3af

%22
%0
%28
%5

Triadic Colors of #bef3af

#bef3af #afbef3 #f3afbe

Analogous Colors of #bef3af

#bef3af #aff3c2 #e0f3af

Monochromatic Colors of #bef3af

#bef3af

Complementary Color

#bef3af #e4aff3

#bef3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef3af Color CSS Codes

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

#bef3af Text Font Color

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

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


#bef3af Background Color

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

This div background color is #bef3af


#bef3af Border Color

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

This div border color is #bef3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef3af


Comments

No comments written yet.

Please login to write comment.