Color Hex Logo

#bef3ba Color Hex

#BEF3BA
(190,243,186)
0 Favorites   0 Comments

Color spaces of #bef3ba

RGB 190243186
HSL0.320.700.84
HSV116°23°95°
CMYK 0.220.000.23   0.05
XYZ62.148778.593558.3489
Yxy78.59350.31220.3948
Hunter Lab88.6530-30.008223.0341
CIE-Lab91.0500-27.444522.1186

#bef3ba color RGB value is (190,243,186).

#bef3ba hex color red value is 190, green value is 243 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bef3ba hue: 0.32 , saturation: 0.70 and the lightness value of bef3ba is 0.84.

The process color (four color CMYK) of #bef3ba color hex is 0.22, 0.00, 0.23, 0.05. Web safe color of #bef3ba is #ccffcc. Color #bef3ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110011 10111010
Octal 276 363 272
Decimal 190 243 186
Hex BE F3 BA

RGB Percentages of Color #bef3ba

%30.69
%39.26
%30.05

CMYK Percentages of Color #bef3ba

%22
%0
%23
%5

Triadic Colors of #bef3ba

#bef3ba #babef3 #f3babe

Analogous Colors of #bef3ba

#bef3ba #baf3d3 #dbf3ba

Monochromatic Colors of #bef3ba

#bef3ba

Complementary Color

#bef3ba #efbaf3

#bef3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef3ba Color CSS Codes

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

#bef3ba Text Font Color

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

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


#bef3ba Background Color

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

This div background color is #bef3ba


#bef3ba Border Color

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

This div border color is #bef3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef3ba

#bef3ba Color Palettes


Comments

No comments written yet.

Please login to write comment.