Color Hex Logo

#bcce38 Color Hex

#BCCE38
(188,206,56)
0 Favorites   0 Comments

Color spaces of #bcce38

RGB 18820656
HSL0.190.600.51
HSV67°73°81°
CMYK 0.090.000.73   0.19
XYZ43.524255.119512.0865
Yxy55.11950.39310.4978
Hunter Lab74.2425-25.279942.3175
CIE-Lab79.1101-24.566867.8636

#bcce38 color RGB value is (188,206,56).

#bcce38 hex color red value is 188, green value is 206 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bcce38 hue: 0.19 , saturation: 0.60 and the lightness value of bcce38 is 0.51.

The process color (four color CMYK) of #bcce38 color hex is 0.09, 0.00, 0.73, 0.19. Web safe color of #bcce38 is #cccc33. Color #bcce38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 00111000
Octal 274 316 70
Decimal 188 206 56
Hex BC CE 38

RGB Percentages of Color #bcce38

%41.78
%45.78
%12.44

CMYK Percentages of Color #bcce38

%9
%0
%73
%19

Triadic Colors of #bcce38

#bcce38 #38bcce #ce38bc

Analogous Colors of #bcce38

#bcce38 #71ce38 #ce9538

Monochromatic Colors of #bcce38

#bcce38

Complementary Color

#bcce38 #4a38ce

#bcce38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcce38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcce38 Color CSS Codes

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

#bcce38 Text Font Color

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

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


#bcce38 Background Color

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

This div background color is #bcce38


#bcce38 Border Color

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

This div border color is #bcce38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcce38


Comments

No comments written yet.

Please login to write comment.