Color Hex Logo

#bce07d Color Hex

#BCE07D
(188,224,125)
0 Favorites   0 Comments

Color spaces of #bce07d

RGB 188224125
HSL0.230.610.68
HSV82°44°88°
CMYK 0.160.000.44   0.12
XYZ51.096465.483329.3485
Yxy65.48330.35010.4487
Hunter Lab80.9218-28.902935.1421
CIE-Lab84.7322-27.634144.4833

#bce07d color RGB value is (188,224,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 01111101
Octal 274 340 175
Decimal 188 224 125
Hex BC E0 7D

RGB Percentages of Color #bce07d

%35.01
%41.71
%23.28

CMYK Percentages of Color #bce07d

%16
%0
%44
%12

Triadic Colors of #bce07d

#bce07d #7dbce0 #e07dbc

Analogous Colors of #bce07d

#bce07d #8be07d #e0d37d

Monochromatic Colors of #bce07d

#bce07d

Complementary Color

#bce07d #a17de0

#bce07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce07d Color CSS Codes

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

#bce07d Text Font Color

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

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


#bce07d Background Color

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

This div background color is #bce07d


#bce07d Border Color

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

This div border color is #bce07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce07d


Comments

No comments written yet.

Please login to write comment.