Color Hex Logo

#bcce48 Color Hex

#BCCE48
(188,206,72)
0 Favorites   0 Comments

Color spaces of #bcce48

RGB 18820672
HSL0.190.580.55
HSV68°65°81°
CMYK 0.090.000.65   0.19
XYZ43.980055.301914.4872
Yxy55.30190.38660.4861
Hunter Lab74.3652-24.573340.5053
CIE-Lab79.2148-23.677962.0606

#bcce48 color RGB value is (188,206,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 01001000
Octal 274 316 110
Decimal 188 206 72
Hex BC CE 48

RGB Percentages of Color #bcce48

%40.34
%44.21
%15.45

CMYK Percentages of Color #bcce48

%9
%0
%65
%19

Triadic Colors of #bcce48

#bcce48 #48bcce #ce48bc

Analogous Colors of #bcce48

#bcce48 #79ce48 #ce9d48

Monochromatic Colors of #bcce48

#bcce48

Complementary Color

#bcce48 #5a48ce

#bcce48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcce48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcce48 Color CSS Codes

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

#bcce48 Text Font Color

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

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


#bcce48 Background Color

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

This div background color is #bcce48


#bcce48 Border Color

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

This div border color is #bcce48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcce48


Comments

No comments written yet.

Please login to write comment.