Color Hex Logo

#bcee58 Color Hex

#BCEE58
(188,238,88)
0 Favorites   0 Comments

Color spaces of #bcee58

RGB 18823888
HSL0.220.820.64
HSV80°63°93°
CMYK 0.210.000.63   0.07
XYZ53.075072.545020.4378
Yxy72.54500.36340.4967
Hunter Lab85.1734-37.822745.3944
CIE-Lab88.2303-37.530865.1944

#bcee58 color RGB value is (188,238,88).

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

The process color (four color CMYK) of #bcee58 color hex is 0.21, 0.00, 0.63, 0.07. Web safe color of #bcee58 is #ccff66. Color #bcee58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 01011000
Octal 274 356 130
Decimal 188 238 88
Hex BC EE 58

RGB Percentages of Color #bcee58

%36.58
%46.30
%17.12

CMYK Percentages of Color #bcee58

%21
%0
%63
%7

Triadic Colors of #bcee58

#bcee58 #58bcee #ee58bc

Analogous Colors of #bcee58

#bcee58 #71ee58 #eed558

Monochromatic Colors of #bcee58

#bcee58

Complementary Color

#bcee58 #8a58ee

#bcee58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee58 Color CSS Codes

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

#bcee58 Text Font Color

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

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


#bcee58 Background Color

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

This div background color is #bcee58


#bcee58 Border Color

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

This div border color is #bcee58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee58


Comments

No comments written yet.

Please login to write comment.