Color Hex Logo

#bef969 Color Hex

#BEF969
(190,249,105)
0 Favorites   0 Comments

Color spaces of #bef969

RGB 190249105
HSL0.230.920.69
HSV85°58°98°
CMYK 0.240.000.58   0.02
XYZ57.660779.718425.7128
Yxy79.71840.35350.4888
Hunter Lab89.2852-40.973045.4250
CIE-Lab91.5584-40.343961.8242

#bef969 color RGB value is (190,249,105).

#bef969 hex color red value is 190, green value is 249 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bef969 hue: 0.23 , saturation: 0.92 and the lightness value of bef969 is 0.69.

The process color (four color CMYK) of #bef969 color hex is 0.24, 0.00, 0.58, 0.02. Web safe color of #bef969 is #ccff66. Color #bef969 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 01101001
Octal 276 371 151
Decimal 190 249 105
Hex BE F9 69

RGB Percentages of Color #bef969

%34.93
%45.77
%19.30

CMYK Percentages of Color #bef969

%24
%0
%58
%2

Triadic Colors of #bef969

#bef969 #69bef9 #f969be

Analogous Colors of #bef969

#bef969 #76f969 #f9ec69

Monochromatic Colors of #bef969

#bef969

Complementary Color

#bef969 #a469f9

#bef969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef969 Color CSS Codes

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

#bef969 Text Font Color

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

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


#bef969 Background Color

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

This div background color is #bef969


#bef969 Border Color

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

This div border color is #bef969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef969


Comments

No comments written yet.

Please login to write comment.