Color Hex Logo

#bce450 Color Hex

#BCE450
(188,228,80)
0 Favorites   0 Comments

Color spaces of #bce450

RGB 18822880
HSL0.210.730.60
HSV76°65°89°
CMYK 0.180.000.65   0.11
XYZ49.930466.757417.8433
Yxy66.75740.37110.4962
Hunter Lab81.7052-33.902044.2455
CIE-Lab85.3813-33.548465.3489

#bce450 color RGB value is (188,228,80).

#bce450 hex color red value is 188, green value is 228 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bce450 hue: 0.21 , saturation: 0.73 and the lightness value of bce450 is 0.60.

The process color (four color CMYK) of #bce450 color hex is 0.18, 0.00, 0.65, 0.11. Web safe color of #bce450 is #cccc66. Color #bce450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 01010000
Octal 274 344 120
Decimal 188 228 80
Hex BC E4 50

RGB Percentages of Color #bce450

%37.90
%45.97
%16.13

CMYK Percentages of Color #bce450

%18
%0
%65
%11

Triadic Colors of #bce450

#bce450 #50bce4 #e450bc

Analogous Colors of #bce450

#bce450 #72e450 #e4c250

Monochromatic Colors of #bce450

#bce450

Complementary Color

#bce450 #7850e4

#bce450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce450 Color CSS Codes

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

#bce450 Text Font Color

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

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


#bce450 Background Color

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

This div background color is #bce450


#bce450 Border Color

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

This div border color is #bce450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce450


Comments

No comments written yet.

Please login to write comment.