color codes Logo

#bce65f color codes

#BCE65F
(188,230,95)
0 Favorites   0 Comments

Color spaces of #bce65f

RGB 18823095
HSL0.220.730.64
HSV79°59°90°
CMYK 0.180.000.59   0.10
XYZ51.101468.111221.2799
Yxy68.11120.36370.4848
Hunter Lab82.5295-33.901342.4830
CIE-Lab86.0620-33.353059.9044

#bce65f color RGB value is (188,230,95).

#bce65f hex color red value is 188, green value is 230 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bce65f hue: 0.22 , saturation: 0.73 and the lightness value of bce65f is 0.64.

The process color (four color CMYK) of #bce65f color code is 0.18, 0.00, 0.59, 0.10. Web safe color of #bce65f is #ccff66. Color #bce65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 01011111
Octal 274 346 137
Decimal 188 230 95
Hex BC E6 5F

RGB Percentages of Color #bce65f

%36.65
%44.83
%18.52

CMYK Percentages of Color #bce65f

%18
%0
%59
%10

Triadic Colors of #bce65f

#bce65f #5fbce6 #e65fbc

Analogous Colors of #bce65f

#bce65f #79e65f #e6cd5f

Monochromatic Colors of #bce65f

#bce65f

Complementary Color

#bce65f #895fe6

#bce65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce65f Color CSS Codes

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

#bce65f Text Font Color

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

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


#bce65f Background Color

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

This div background color is #bce65f


#bce65f Border Color

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

This div border color is #bce65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce65f


Comments

No comments written yet.

Please login to write comment.