Color Hex Logo

#bce538 Color Hex

#BCE538
(188,229,56)
0 Favorites   0 Comments

Color spaces of #bce538

RGB 18822956
HSL0.210.770.56
HSV74°76°90°
CMYK 0.180.000.76   0.10
XYZ49.472267.015514.0692
Yxy67.01550.37890.5133
Hunter Lab81.8630-35.387547.1144
CIE-Lab85.5118-35.348773.9090

#bce538 color RGB value is (188,229,56).

#bce538 hex color red value is 188, green value is 229 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bce538 hue: 0.21 , saturation: 0.77 and the lightness value of bce538 is 0.56.

The process color (four color CMYK) of #bce538 color hex is 0.18, 0.00, 0.76, 0.10. Web safe color of #bce538 is #cccc33. Color #bce538 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 00111000
Octal 274 345 70
Decimal 188 229 56
Hex BC E5 38

RGB Percentages of Color #bce538

%39.75
%48.41
%11.84

CMYK Percentages of Color #bce538

%18
%0
%76
%10

Triadic Colors of #bce538

#bce538 #38bce5 #e538bc

Analogous Colors of #bce538

#bce538 #66e538 #e5b838

Monochromatic Colors of #bce538

#bce538

Complementary Color

#bce538 #6138e5

#bce538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce538 Color CSS Codes

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

#bce538 Text Font Color

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

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


#bce538 Background Color

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

This div background color is #bce538


#bce538 Border Color

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

This div border color is #bce538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce538


Comments

No comments written yet.

Please login to write comment.