Color Hex Logo

#b2d952 Color Hex

#B2D952
(178,217,82)
0 Favorites   0 Comments

Color spaces of #b2d952

RGB 17821782
HSL0.210.640.59
HSV77°62°85°
CMYK 0.180.000.62   0.15
XYZ44.695959.699917.1501
Yxy59.69990.36770.4912
Hunter Lab77.2657-31.958140.9258
CIE-Lab81.6748-32.194060.3944

#b2d952 color RGB value is (178,217,82).

#b2d952 hex color red value is 178, green value is 217 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b2d952 hue: 0.21 , saturation: 0.64 and the lightness value of b2d952 is 0.59.

The process color (four color CMYK) of #b2d952 color hex is 0.18, 0.00, 0.62, 0.15. Web safe color of #b2d952 is #99cc66. Color #b2d952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011001 01010010
Octal 262 331 122
Decimal 178 217 82
Hex B2 D9 52

RGB Percentages of Color #b2d952

%37.32
%45.49
%17.19

CMYK Percentages of Color #b2d952

%18
%0
%62
%15

Triadic Colors of #b2d952

#b2d952 #52b2d9 #d952b2

Analogous Colors of #b2d952

#b2d952 #6fd952 #d9bd52

Monochromatic Colors of #b2d952

#b2d952

Complementary Color

#b2d952 #7952d9

#b2d952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2d952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2d952 Color CSS Codes

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

#b2d952 Text Font Color

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

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


#b2d952 Background Color

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

This div background color is #b2d952


#b2d952 Border Color

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

This div border color is #b2d952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2d952


Comments

No comments written yet.

Please login to write comment.