Color Hex Logo

#bce35a Color Hex

#BCE35A
(188,227,90)
0 Favorites   0 Comments

Color spaces of #bce35a

RGB 18822790
HSL0.210.710.62
HSV77°60°89°
CMYK 0.170.000.60   0.11
XYZ50.053666.367719.8450
Yxy66.36770.36730.4870
Hunter Lab81.4664-32.894342.5836
CIE-Lab85.1836-32.364861.0596

#bce35a color RGB value is (188,227,90).

#bce35a hex color red value is 188, green value is 227 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bce35a hue: 0.21 , saturation: 0.71 and the lightness value of bce35a is 0.62.

The process color (four color CMYK) of #bce35a color hex is 0.17, 0.00, 0.60, 0.11. Web safe color of #bce35a is #cccc66. Color #bce35a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 01011010
Octal 274 343 132
Decimal 188 227 90
Hex BC E3 5A

RGB Percentages of Color #bce35a

%37.23
%44.95
%17.82

CMYK Percentages of Color #bce35a

%17
%0
%60
%11

Triadic Colors of #bce35a

#bce35a #5abce3 #e35abc

Analogous Colors of #bce35a

#bce35a #78e35a #e3c65a

Monochromatic Colors of #bce35a

#bce35a

Complementary Color

#bce35a #815ae3

#bce35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce35a Color CSS Codes

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

#bce35a Text Font Color

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

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


#bce35a Background Color

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

This div background color is #bce35a


#bce35a Border Color

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

This div border color is #bce35a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,227,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bce35a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bce35a;
  -webkit-box-shadow: 1px 1px 3px 2px #bce35a;
  box-shadow:         1px 1px 3px 2px #bce35a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,227,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce35a


Comments

No comments written yet.

Please login to write comment.