Color Hex Logo

#bef275 Color Hex

#BEF275
(190,242,117)
0 Favorites   0 Comments

Color spaces of #bef275

RGB 190242117
HSL0.240.830.70
HSV85°52°95°
CMYK 0.210.000.52   0.05
XYZ56.198275.735828.4861
Yxy75.73580.35030.4721
Hunter Lab87.0263-37.027741.5112
CIE-Lab89.7365-36.100554.3895

#bef275 color RGB value is (190,242,117).

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

The process color (four color CMYK) of #bef275 color hex is 0.21, 0.00, 0.52, 0.05. Web safe color of #bef275 is #ccff66. Color #bef275 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 01110101
Octal 276 362 165
Decimal 190 242 117
Hex BE F2 75

RGB Percentages of Color #bef275

%34.61
%44.08
%21.31

CMYK Percentages of Color #bef275

%21
%0
%52
%5

Triadic Colors of #bef275

#bef275 #75bef2 #f275be

Analogous Colors of #bef275

#bef275 #80f275 #f2e875

Monochromatic Colors of #bef275

#bef275

Complementary Color

#bef275 #a975f2

#bef275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef275 Color CSS Codes

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

#bef275 Text Font Color

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

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


#bef275 Background Color

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

This div background color is #bef275


#bef275 Border Color

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

This div border color is #bef275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef275


Comments

No comments written yet.

Please login to write comment.