Color Hex Logo

#bce673 Color Hex

#BCE673
(188,230,115)
0 Favorites   0 Comments

Color spaces of #bce673

RGB 188230115
HSL0.230.700.68
HSV82°50°90°
CMYK 0.180.000.50   0.10
XYZ52.130468.522826.6983
Yxy68.52280.35380.4650
Hunter Lab82.7785-32.450638.8223
CIE-Lab86.2672-31.526551.1419

#bce673 color RGB value is (188,230,115).

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

The process color (four color CMYK) of #bce673 color hex is 0.18, 0.00, 0.50, 0.10. Web safe color of #bce673 is #ccff66. Color #bce673 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 01110011
Octal 274 346 163
Decimal 188 230 115
Hex BC E6 73

RGB Percentages of Color #bce673

%35.27
%43.15
%21.58

CMYK Percentages of Color #bce673

%18
%0
%50
%10

Triadic Colors of #bce673

#bce673 #73bce6 #e673bc

Analogous Colors of #bce673

#bce673 #83e673 #e6d773

Monochromatic Colors of #bce673

#bce673

Complementary Color

#bce673 #9d73e6

#bce673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce673 Color CSS Codes

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

#bce673 Text Font Color

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

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


#bce673 Background Color

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

This div background color is #bce673


#bce673 Border Color

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

This div border color is #bce673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce673


Comments

No comments written yet.

Please login to write comment.