Color Hex Logo

#bce868 Color Hex

#BCE868
(188,232,104)
0 Favorites   0 Comments

Color spaces of #bce868

RGB 188232104
HSL0.220.740.66
HSV81°55°91°
CMYK 0.190.000.55   0.09
XYZ52.094369.404123.7474
Yxy69.40410.35870.4778
Hunter Lab83.3091-34.172541.4157
CIE-Lab86.7038-33.502856.6878

#bce868 color RGB value is (188,232,104).

#bce868 hex color red value is 188, green value is 232 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bce868 hue: 0.22 , saturation: 0.74 and the lightness value of bce868 is 0.66.

The process color (four color CMYK) of #bce868 color hex is 0.19, 0.00, 0.55, 0.09. Web safe color of #bce868 is #ccff66. Color #bce868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101000 01101000
Octal 274 350 150
Decimal 188 232 104
Hex BC E8 68

RGB Percentages of Color #bce868

%35.88
%44.27
%19.85

CMYK Percentages of Color #bce868

%19
%0
%55
%9

Triadic Colors of #bce868

#bce868 #68bce8 #e868bc

Analogous Colors of #bce868

#bce868 #7ce868 #e8d468

Monochromatic Colors of #bce868

#bce868

Complementary Color

#bce868 #9468e8

#bce868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce868 Color CSS Codes

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

#bce868 Text Font Color

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

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


#bce868 Background Color

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

This div background color is #bce868


#bce868 Border Color

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

This div border color is #bce868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce868


Comments

No comments written yet.

Please login to write comment.