Color Hex Logo

#bcee93 Color Hex

#BCEE93
(188,238,147)
0 Favorites   0 Comments

Color spaces of #bcee93

RGB 188238147
HSL0.260.730.75
HSV93°38°93°
CMYK 0.210.000.38   0.07
XYZ56.580073.947038.8949
Yxy73.94700.33400.4365
Hunter Lab85.9924-33.040133.3775
CIE-Lab88.8974-31.535538.9494

#bcee93 color RGB value is (188,238,147).

#bcee93 hex color red value is 188, green value is 238 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bcee93 hue: 0.26 , saturation: 0.73 and the lightness value of bcee93 is 0.75.

The process color (four color CMYK) of #bcee93 color hex is 0.21, 0.00, 0.38, 0.07. Web safe color of #bcee93 is #ccff99. Color #bcee93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 10010011
Octal 274 356 223
Decimal 188 238 147
Hex BC EE 93

RGB Percentages of Color #bcee93

%32.81
%41.54
%25.65

CMYK Percentages of Color #bcee93

%21
%0
%38
%7

Triadic Colors of #bcee93

#bcee93 #93bcee #ee93bc

Analogous Colors of #bcee93

#bcee93 #93ee98 #eaee93

Monochromatic Colors of #bcee93

#bcee93

Complementary Color

#bcee93 #c593ee

#bcee93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee93 Color CSS Codes

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

#bcee93 Text Font Color

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

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


#bcee93 Background Color

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

This div background color is #bcee93


#bcee93 Border Color

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

This div border color is #bcee93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee93


Comments

No comments written yet.

Please login to write comment.