Color Hex Logo

#bcee1d Color Hex

#BCEE1D
(188,238,29)
0 Favorites   0 Comments

Color spaces of #bcee1d

RGB 18823829
HSL0.210.860.52
HSV74°88°93°
CMYK 0.210.000.88   0.07
XYZ51.535371.929112.3299
Yxy71.92910.37950.5297
Hunter Lab84.8110-39.954050.7481
CIE-Lab87.9345-40.276382.4372

#bcee1d color RGB value is (188,238,29).

#bcee1d hex color red value is 188, green value is 238 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bcee1d hue: 0.21 , saturation: 0.86 and the lightness value of bcee1d is 0.52.

The process color (four color CMYK) of #bcee1d color hex is 0.21, 0.00, 0.88, 0.07. Web safe color of #bcee1d is #ccff33. Color #bcee1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 00011101
Octal 274 356 35
Decimal 188 238 29
Hex BC EE 1D

RGB Percentages of Color #bcee1d

%41.32
%52.31
%6.37

CMYK Percentages of Color #bcee1d

%21
%0
%88
%7

Triadic Colors of #bcee1d

#bcee1d #1dbcee #ee1dbc

Analogous Colors of #bcee1d

#bcee1d #54ee1d #eeb81d

Monochromatic Colors of #bcee1d

#bcee1d

Complementary Color

#bcee1d #4f1dee

#bcee1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee1d Color CSS Codes

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

#bcee1d Text Font Color

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

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


#bcee1d Background Color

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

This div background color is #bcee1d


#bcee1d Border Color

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

This div border color is #bcee1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee1d


Comments

No comments written yet.

Please login to write comment.