Color Hex Logo

#bce05d Color Hex

#BCE05D
(188,224,93)
0 Favorites   0 Comments

Color spaces of #bce05d

RGB 18822493
HSL0.210.680.62
HSV76°58°88°
CMYK 0.160.000.58   0.12
XYZ49.370564.793020.2601
Yxy64.79300.36730.4820
Hunter Lab80.4941-31.382941.4228
CIE-Lab84.3770-30.733058.8836

#bce05d color RGB value is (188,224,93).

#bce05d hex color red value is 188, green value is 224 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bce05d hue: 0.21 , saturation: 0.68 and the lightness value of bce05d is 0.62.

The process color (four color CMYK) of #bce05d color hex is 0.16, 0.00, 0.58, 0.12. Web safe color of #bce05d is #cccc66. Color #bce05d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 01011101
Octal 274 340 135
Decimal 188 224 93
Hex BC E0 5D

RGB Percentages of Color #bce05d

%37.23
%44.36
%18.42

CMYK Percentages of Color #bce05d

%16
%0
%58
%12

Triadic Colors of #bce05d

#bce05d #5dbce0 #e05dbc

Analogous Colors of #bce05d

#bce05d #7be05d #e0c35d

Monochromatic Colors of #bce05d

#bce05d

Complementary Color

#bce05d #815de0

#bce05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce05d Color CSS Codes

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

#bce05d Text Font Color

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

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


#bce05d Background Color

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

This div background color is #bce05d


#bce05d Border Color

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

This div border color is #bce05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce05d


Comments

No comments written yet.

Please login to write comment.