Color Hex Logo

#bef755 Color Hex

#BEF755
(190,247,85)
0 Favorites   0 Comments

Color spaces of #bef755

RGB 19024785
HSL0.230.910.65
HSV81°66°97°
CMYK 0.230.000.66   0.03
XYZ56.135778.124620.7152
Yxy78.12460.36220.5041
Hunter Lab88.3881-41.313047.9761
CIE-Lab90.8367-40.998469.1725

#bef755 color RGB value is (190,247,85).

#bef755 hex color red value is 190, green value is 247 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bef755 hue: 0.23 , saturation: 0.91 and the lightness value of bef755 is 0.65.

The process color (four color CMYK) of #bef755 color hex is 0.23, 0.00, 0.66, 0.03. Web safe color of #bef755 is #ccff66. Color #bef755 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110111 01010101
Octal 276 367 125
Decimal 190 247 85
Hex BE F7 55

RGB Percentages of Color #bef755

%36.40
%47.32
%16.28

CMYK Percentages of Color #bef755

%23
%0
%66
%3

Triadic Colors of #bef755

#bef755 #55bef7 #f755be

Analogous Colors of #bef755

#bef755 #6df755 #f7df55

Monochromatic Colors of #bef755

#bef755

Complementary Color

#bef755 #8e55f7

#bef755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef755 Color CSS Codes

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

#bef755 Text Font Color

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

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


#bef755 Background Color

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

This div background color is #bef755


#bef755 Border Color

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

This div border color is #bef755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef755


Comments

No comments written yet.

Please login to write comment.