Color Hex Logo

#bef358 Color Hex

#BEF358
(190,243,88)
0 Favorites   0 Comments

Color spaces of #bef358

RGB 19024388
HSL0.220.870.65
HSV81°64°95°
CMYK 0.220.000.64   0.05
XYZ55.047275.752920.9530
Yxy75.75290.36270.4992
Hunter Lab87.0361-39.418546.6519
CIE-Lab89.7445-39.019666.8509

#bef358 color RGB value is (190,243,88).

#bef358 hex color red value is 190, green value is 243 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bef358 hue: 0.22 , saturation: 0.87 and the lightness value of bef358 is 0.65.

The process color (four color CMYK) of #bef358 color hex is 0.22, 0.00, 0.64, 0.05. Web safe color of #bef358 is #ccff66. Color #bef358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110011 01011000
Octal 276 363 130
Decimal 190 243 88
Hex BE F3 58

RGB Percentages of Color #bef358

%36.47
%46.64
%16.89

CMYK Percentages of Color #bef358

%22
%0
%64
%5

Triadic Colors of #bef358

#bef358 #58bef3 #f358be

Analogous Colors of #bef358

#bef358 #71f358 #f3db58

Monochromatic Colors of #bef358

#bef358

Complementary Color

#bef358 #8d58f3

#bef358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef358 Color CSS Codes

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

#bef358 Text Font Color

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

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


#bef358 Background Color

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

This div background color is #bef358


#bef358 Border Color

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

This div border color is #bef358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef358


Comments

No comments written yet.

Please login to write comment.