Color Hex Logo

#befdb6 Color Hex

#BEFDB6
(190,253,182)
0 Favorites   0 Comments

Color spaces of #befdb6

RGB 190253182
HSL0.310.950.85
HSV113°28°99°
CMYK 0.250.000.28   0.01
XYZ64.804084.575157.1651
Yxy84.57510.31380.4095
Hunter Lab91.9647-35.156227.5208
CIE-Lab93.6997-32.770927.7931

#befdb6 color RGB value is (190,253,182).

#befdb6 hex color red value is 190, green value is 253 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #befdb6 hue: 0.31 , saturation: 0.95 and the lightness value of befdb6 is 0.85.

The process color (four color CMYK) of #befdb6 color hex is 0.25, 0.00, 0.28, 0.01. Web safe color of #befdb6 is #ccffcc. Color #befdb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 10110110
Octal 276 375 266
Decimal 190 253 182
Hex BE FD B6

RGB Percentages of Color #befdb6

%30.40
%40.48
%29.12

CMYK Percentages of Color #befdb6

%25
%0
%28
%1

Triadic Colors of #befdb6

#befdb6 #b6befd #fdb6be

Analogous Colors of #befdb6

#befdb6 #b6fdd2 #e2fdb6

Monochromatic Colors of #befdb6

#befdb6

Complementary Color

#befdb6 #f5b6fd

#befdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdb6 Color CSS Codes

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

#befdb6 Text Font Color

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

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


#befdb6 Background Color

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

This div background color is #befdb6


#befdb6 Border Color

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

This div border color is #befdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdb6


Comments

No comments written yet.

Please login to write comment.