Color Hex Logo

#bee552 Color Hex

#BEE552
(190,229,82)
0 Favorites   0 Comments

Color spaces of #bee552

RGB 19022982
HSL0.210.740.61
HSV76°64°90°
CMYK 0.170.000.64   0.10
XYZ50.777567.595018.3535
Yxy67.59500.37140.4944
Hunter Lab82.2162-33.635044.3157
CIE-Lab85.8035-33.099665.0435

#bee552 color RGB value is (190,229,82).

#bee552 hex color red value is 190, green value is 229 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bee552 hue: 0.21 , saturation: 0.74 and the lightness value of bee552 is 0.61.

The process color (four color CMYK) of #bee552 color hex is 0.17, 0.00, 0.64, 0.10. Web safe color of #bee552 is #cccc66. Color #bee552 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100101 01010010
Octal 276 345 122
Decimal 190 229 82
Hex BE E5 52

RGB Percentages of Color #bee552

%37.92
%45.71
%16.37

CMYK Percentages of Color #bee552

%17
%0
%64
%10

Triadic Colors of #bee552

#bee552 #52bee5 #e552be

Analogous Colors of #bee552

#bee552 #75e552 #e5c352

Monochromatic Colors of #bee552

#bee552

Complementary Color

#bee552 #7952e5

#bee552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee552 Color CSS Codes

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

#bee552 Text Font Color

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

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


#bee552 Background Color

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

This div background color is #bee552


#bee552 Border Color

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

This div border color is #bee552


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,229,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 #bee552">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee552


Comments

No comments written yet.

Please login to write comment.