Color Hex Logo

#bcee68 Color Hex DarkOliveGreen2

#BCEE68
(188,238,104)
9 Favorites   0 Comments

Color spaces of #bcee68 DarkOliveGreen2

RGB 188238104
HSL0.230.800.67
HSV82°56°93°
CMYK 0.210.000.56   0.07
XYZ53.812372.839924.3200
Yxy72.83990.35640.4825
Hunter Lab85.3463-36.808742.8473
CIE-Lab88.3713-36.240958.6029

#bcee68 color RGB value is (188,238,104). #bcee68 color name is DarkOliveGreen2 color.

#bcee68 hex color red value is 188, green value is 238 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bcee68 hue: 0.23 , saturation: 0.80 and the lightness value of bcee68 is 0.67.

The process color (four color CMYK) of #bcee68 color hex is 0.21, 0.00, 0.56, 0.07. Web safe color of #bcee68 is #ccff66. Color #bcee68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 01101000
Octal 274 356 150
Decimal 188 238 104
Hex BC EE 68

RGB Percentages of Color #bcee68

%35.47
%44.91
%19.62

CMYK Percentages of Color #bcee68

%21
%0
%56
%7

Triadic Colors of #bcee68

#bcee68 #68bcee #ee68bc

Analogous Colors of #bcee68

#bcee68 #79ee68 #eedd68

Monochromatic Colors of #bcee68

#bcee68

Complementary Color

#bcee68 #9a68ee

#bcee68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee68 Color CSS Codes

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

#bcee68 Text Font Color

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

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


#bcee68 Background Color

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

This div background color is #bcee68


#bcee68 Border Color

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

This div border color is #bcee68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee68

#bcee68 Color Palettes


Comments

No comments written yet.

Please login to write comment.