Color Hex Logo

#bec255 Color Hex

#BEC255
(190,194,85)
0 Favorites   0 Comments

Color spaces of #bec255

RGB 19019485
HSL0.170.470.55
HSV62°56°76°
CMYK 0.020.000.56   0.24
XYZ42.166750.186616.0589
Yxy50.18660.38890.4629
Hunter Lab70.8425-17.728036.1496
CIE-Lab76.1837-16.002153.2681

#bec255 color RGB value is (190,194,85).

#bec255 hex color red value is 190, green value is 194 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bec255 hue: 0.17 , saturation: 0.47 and the lightness value of bec255 is 0.55.

The process color (four color CMYK) of #bec255 color hex is 0.02, 0.00, 0.56, 0.24. Web safe color of #bec255 is #cccc66. Color #bec255 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 01010101
Octal 276 302 125
Decimal 190 194 85
Hex BE C2 55

RGB Percentages of Color #bec255

%40.51
%41.36
%18.12

CMYK Percentages of Color #bec255

%2
%0
%56
%24

Triadic Colors of #bec255

#bec255 #55bec2 #c255be

Analogous Colors of #bec255

#bec255 #88c255 #c29055

Monochromatic Colors of #bec255

#bec255

Complementary Color

#bec255 #5955c2

#bec255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec255 Color CSS Codes

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

#bec255 Text Font Color

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

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


#bec255 Background Color

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

This div background color is #bec255


#bec255 Border Color

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

This div border color is #bec255


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,194,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 #bec255">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec255


Comments

No comments written yet.

Please login to write comment.