Color Hex Logo

#bce966 Color Hex

#BCE966
(188,233,102)
0 Favorites   0 Comments

Color spaces of #bce966

RGB 188233102
HSL0.220.750.66
HSV81°56°91°
CMYK 0.190.000.56   0.09
XYZ52.276269.928523.3127
Yxy69.92850.35920.4806
Hunter Lab83.6233-34.753342.0073
CIE-Lab86.9618-34.139257.8718

#bce966 color RGB value is (188,233,102).

#bce966 hex color red value is 188, green value is 233 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bce966 hue: 0.22 , saturation: 0.75 and the lightness value of bce966 is 0.66.

The process color (four color CMYK) of #bce966 color hex is 0.19, 0.00, 0.56, 0.09. Web safe color of #bce966 is #ccff66. Color #bce966 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 01100110
Octal 274 351 146
Decimal 188 233 102
Hex BC E9 66

RGB Percentages of Color #bce966

%35.95
%44.55
%19.50

CMYK Percentages of Color #bce966

%19
%0
%56
%9

Triadic Colors of #bce966

#bce966 #66bce9 #e966bc

Analogous Colors of #bce966

#bce966 #7be966 #e9d566

Monochromatic Colors of #bce966

#bce966

Complementary Color

#bce966 #9366e9

#bce966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce966 Color CSS Codes

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

#bce966 Text Font Color

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

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


#bce966 Background Color

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

This div background color is #bce966


#bce966 Border Color

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

This div border color is #bce966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce966


Comments

No comments written yet.

Please login to write comment.