Color Hex Logo

#befdb3 Color Hex

#BEFDB3
(190,253,179)
0 Favorites   0 Comments

Color spaces of #befdb3

RGB 190253179
HSL0.310.950.85
HSV111°29°99°
CMYK 0.250.000.29   0.01
XYZ64.497284.452455.5494
Yxy84.45240.31540.4130
Hunter Lab91.8980-35.544028.4897
CIE-Lab93.6466-33.237729.2362

#befdb3 color RGB value is (190,253,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 10110011
Octal 276 375 263
Decimal 190 253 179
Hex BE FD B3

RGB Percentages of Color #befdb3

%30.55
%40.68
%28.78

CMYK Percentages of Color #befdb3

%25
%0
%29
%1

Triadic Colors of #befdb3

#befdb3 #b3befd #fdb3be

Analogous Colors of #befdb3

#befdb3 #b3fdcd #e3fdb3

Monochromatic Colors of #befdb3

#befdb3

Complementary Color

#befdb3 #f2b3fd

#befdb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdb3 Color CSS Codes

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

#befdb3 Text Font Color

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

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


#befdb3 Background Color

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

This div background color is #befdb3


#befdb3 Border Color

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

This div border color is #befdb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdb3

Related Colors


Comments

No comments written yet.

Please login to write comment.