Color Hex Logo

#befc6b Color Hex

#BEFC6B
(190,252,107)
0 Favorites   0 Comments

Color spaces of #befc6b

RGB 190252107
HSL0.240.960.70
HSV86°58°99°
CMYK 0.250.000.58   0.01
XYZ58.699581.629526.5722
Yxy81.62950.35170.4891
Hunter Lab90.3490-42.139945.8068
CIE-Lab92.4111-41.492861.9322

#befc6b color RGB value is (190,252,107).

#befc6b hex color red value is 190, green value is 252 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #befc6b hue: 0.24 , saturation: 0.96 and the lightness value of befc6b is 0.70.

The process color (four color CMYK) of #befc6b color hex is 0.25, 0.00, 0.58, 0.01. Web safe color of #befc6b is #ccff66. Color #befc6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 01101011
Octal 276 374 153
Decimal 190 252 107
Hex BE FC 6B

RGB Percentages of Color #befc6b

%34.61
%45.90
%19.49

CMYK Percentages of Color #befc6b

%25
%0
%58
%1

Triadic Colors of #befc6b

#befc6b #6bbefc #fc6bbe

Analogous Colors of #befc6b

#befc6b #76fc6b #fcf26b

Monochromatic Colors of #befc6b

#befc6b

Complementary Color

#befc6b #a96bfc

#befc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc6b Color CSS Codes

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

#befc6b Text Font Color

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

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


#befc6b Background Color

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

This div background color is #befc6b


#befc6b Border Color

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

This div border color is #befc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc6b

Related Colors


Comments

No comments written yet.

Please login to write comment.