Color Hex Logo

#bcee35 Color Hex

#BCEE35
(188,238,53)
0 Favorites   0 Comments

Color spaces of #bcee35

RGB 18823853
HSL0.210.840.57
HSV76°78°93°
CMYK 0.210.000.78   0.07
XYZ51.956272.097514.5460
Yxy72.09750.37490.5202
Hunter Lab84.9102-39.369649.2802
CIE-Lab88.0155-39.518777.0962

#bcee35 color RGB value is (188,238,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 00110101
Octal 274 356 65
Decimal 188 238 53
Hex BC EE 35

RGB Percentages of Color #bcee35

%39.25
%49.69
%11.06

CMYK Percentages of Color #bcee35

%21
%0
%78
%7

Triadic Colors of #bcee35

#bcee35 #35bcee #ee35bc

Analogous Colors of #bcee35

#bcee35 #60ee35 #eec435

Monochromatic Colors of #bcee35

#bcee35

Complementary Color

#bcee35 #6735ee

#bcee35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee35 Color CSS Codes

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

#bcee35 Text Font Color

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

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


#bcee35 Background Color

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

This div background color is #bcee35


#bcee35 Border Color

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

This div border color is #bcee35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee35


Comments

No comments written yet.

Please login to write comment.