Color Hex Logo

#bce262 Color Hex

#BCE262
(188,226,98)
0 Favorites   0 Comments

Color spaces of #bce262

RGB 18822698
HSL0.220.690.64
HSV78°57°89°
CMYK 0.170.000.57   0.11
XYZ50.140065.965921.6453
Yxy65.96590.36400.4789
Hunter Lab81.2194-31.938741.0525
CIE-Lab84.9790-31.250757.3766

#bce262 color RGB value is (188,226,98).

#bce262 hex color red value is 188, green value is 226 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bce262 hue: 0.22 , saturation: 0.69 and the lightness value of bce262 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 01100010
Octal 274 342 142
Decimal 188 226 98
Hex BC E2 62

RGB Percentages of Color #bce262

%36.72
%44.14
%19.14

CMYK Percentages of Color #bce262

%17
%0
%57
%11

Triadic Colors of #bce262

#bce262 #62bce2 #e262bc

Analogous Colors of #bce262

#bce262 #7ce262 #e2c862

Monochromatic Colors of #bce262

#bce262

Complementary Color

#bce262 #8862e2

#bce262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce262 Color CSS Codes

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

#bce262 Text Font Color

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

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


#bce262 Background Color

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

This div background color is #bce262


#bce262 Border Color

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

This div border color is #bce262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce262


Comments

No comments written yet.

Please login to write comment.