Color Hex Logo

#bef785 Color Hex

#BEF785
(190,247,133)
0 Favorites   0 Comments

Color spaces of #bef785

RGB 190247133
HSL0.250.880.75
HSV90°46°97°
CMYK 0.230.000.46   0.03
XYZ58.729679.162134.3747
Yxy79.16210.34090.4595
Hunter Lab88.9731-37.878139.3745
CIE-Lab91.3076-36.663548.8301

#bef785 color RGB value is (190,247,133).

#bef785 hex color red value is 190, green value is 247 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bef785 hue: 0.25 , saturation: 0.88 and the lightness value of bef785 is 0.75.

The process color (four color CMYK) of #bef785 color hex is 0.23, 0.00, 0.46, 0.03. Web safe color of #bef785 is #ccff99. Color #bef785 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110111 10000101
Octal 276 367 205
Decimal 190 247 133
Hex BE F7 85

RGB Percentages of Color #bef785

%33.33
%43.33
%23.33

CMYK Percentages of Color #bef785

%23
%0
%46
%3

Triadic Colors of #bef785

#bef785 #85bef7 #f785be

Analogous Colors of #bef785

#bef785 #85f785 #f7f785

Monochromatic Colors of #bef785

#bef785

Complementary Color

#bef785 #be85f7

#bef785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef785 Color CSS Codes

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

#bef785 Text Font Color

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

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


#bef785 Background Color

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

This div background color is #bef785


#bef785 Border Color

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

This div border color is #bef785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef785


Comments

No comments written yet.

Please login to write comment.