Color Hex Logo

#bce378 Color Hex

#BCE378
(188,227,120)
0 Favorites   0 Comments

Color spaces of #bce378

RGB 188227120
HSL0.230.660.68
HSV82°47°89°
CMYK 0.170.000.47   0.11
XYZ51.598366.985627.9793
Yxy66.98560.35210.4570
Hunter Lab81.8447-30.694537.0225
CIE-Lab85.4967-29.602647.8425

#bce378 color RGB value is (188,227,120).

#bce378 hex color red value is 188, green value is 227 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bce378 hue: 0.23 , saturation: 0.66 and the lightness value of bce378 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 01111000
Octal 274 343 170
Decimal 188 227 120
Hex BC E3 78

RGB Percentages of Color #bce378

%35.14
%42.43
%22.43

CMYK Percentages of Color #bce378

%17
%0
%47
%11

Triadic Colors of #bce378

#bce378 #78bce3 #e378bc

Analogous Colors of #bce378

#bce378 #87e378 #e3d578

Monochromatic Colors of #bce378

#bce378

Complementary Color

#bce378 #9f78e3

#bce378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce378 Color CSS Codes

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

#bce378 Text Font Color

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

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


#bce378 Background Color

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

This div background color is #bce378


#bce378 Border Color

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

This div border color is #bce378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce378

#bce378 Color Palettes


Comments

No comments written yet.

Please login to write comment.