Color Hex Logo

#bce705 Color Hex

#BCE705
(188,231,5)
0 Favorites   0 Comments

Color spaces of #bce705

RGB 1882315
HSL0.200.960.46
HSV71°98°91°
CMYK 0.190.000.98   0.09
XYZ49.342367.854210.6401
Yxy67.85420.38600.5308
Hunter Lab82.3737-37.231450.0031
CIE-Lab85.9335-37.518883.6264

#bce705 color RGB value is (188,231,5).

#bce705 hex color red value is 188, green value is 231 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bce705 hue: 0.20 , saturation: 0.96 and the lightness value of bce705 is 0.46.

The process color (four color CMYK) of #bce705 color hex is 0.19, 0.00, 0.98, 0.09. Web safe color of #bce705 is #ccff00. Color #bce705 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100111 00000101
Octal 274 347 5
Decimal 188 231 5
Hex BC E7 5

RGB Percentages of Color #bce705

%44.34
%54.48
%1.18

CMYK Percentages of Color #bce705

%19
%0
%98
%9

Triadic Colors of #bce705

#bce705 #05bce7 #e705bc

Analogous Colors of #bce705

#bce705 #4be705 #e7a105

Monochromatic Colors of #bce705

#bce705

Complementary Color

#bce705 #3005e7

#bce705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce705 Color CSS Codes

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

#bce705 Text Font Color

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

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


#bce705 Background Color

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

This div background color is #bce705


#bce705 Border Color

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

This div border color is #bce705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce705


Comments

No comments written yet.

Please login to write comment.