Color Hex Logo

#bce952 Color Hex

#BCE952
(188,233,82)
0 Favorites   0 Comments

Color spaces of #bce952

RGB 18823382
HSL0.220.770.62
HSV78°65°91°
CMYK 0.190.000.65   0.09
XYZ51.400969.578418.7035
Yxy69.57840.36800.4981
Hunter Lab83.4137-35.979245.0952
CIE-Lab86.7897-35.696766.0459

#bce952 color RGB value is (188,233,82).

#bce952 hex color red value is 188, green value is 233 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bce952 hue: 0.22 , saturation: 0.77 and the lightness value of bce952 is 0.62.

The process color (four color CMYK) of #bce952 color hex is 0.19, 0.00, 0.65, 0.09. Web safe color of #bce952 is #ccff66. Color #bce952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 01010010
Octal 274 351 122
Decimal 188 233 82
Hex BC E9 52

RGB Percentages of Color #bce952

%37.38
%46.32
%16.30

CMYK Percentages of Color #bce952

%19
%0
%65
%9

Triadic Colors of #bce952

#bce952 #52bce9 #e952bc

Analogous Colors of #bce952

#bce952 #71e952 #e9cb52

Monochromatic Colors of #bce952

#bce952

Complementary Color

#bce952 #7f52e9

#bce952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce952 Color CSS Codes

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

#bce952 Text Font Color

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

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


#bce952 Background Color

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

This div background color is #bce952


#bce952 Border Color

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

This div border color is #bce952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce952


Comments

No comments written yet.

Please login to write comment.