Color Hex Logo

#bce630 Color Hex

#BCE630
(188,230,48)
0 Favorites   0 Comments

Color spaces of #bce630

RGB 18823048
HSL0.210.780.55
HSV74°79°90°
CMYK 0.180.000.79   0.10
XYZ49.569467.498413.2122
Yxy67.49840.38050.5181
Hunter Lab82.1574-36.078147.9754
CIE-Lab85.7550-36.133976.4245

#bce630 color RGB value is (188,230,48).

#bce630 hex color red value is 188, green value is 230 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bce630 hue: 0.21 , saturation: 0.78 and the lightness value of bce630 is 0.55.

The process color (four color CMYK) of #bce630 color hex is 0.18, 0.00, 0.79, 0.10. Web safe color of #bce630 is #ccff33. Color #bce630 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 00110000
Octal 274 346 60
Decimal 188 230 48
Hex BC E6 30

RGB Percentages of Color #bce630

%40.34
%49.36
%10.30

CMYK Percentages of Color #bce630

%18
%0
%79
%10

Triadic Colors of #bce630

#bce630 #30bce6 #e630bc

Analogous Colors of #bce630

#bce630 #61e630 #e6b530

Monochromatic Colors of #bce630

#bce630

Complementary Color

#bce630 #5a30e6

#bce630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce630 Color CSS Codes

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

#bce630 Text Font Color

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

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


#bce630 Background Color

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

This div background color is #bce630


#bce630 Border Color

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

This div border color is #bce630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce630


Comments

No comments written yet.

Please login to write comment.