Color Hex Logo

#b2cd12 Color Hex

#B2CD12
(178,205,18)
0 Favorites   0 Comments

Color spaces of #b2cd12

RGB 17820518
HSL0.190.840.44
HSV69°91°80°
CMYK 0.130.000.91   0.20
XYZ40.300653.17138.7113
Yxy53.17130.39440.5204
Hunter Lab72.9187-28.954543.9599
CIE-Lab77.9760-29.438475.8481

#b2cd12 color RGB value is (178,205,18).

#b2cd12 hex color red value is 178, green value is 205 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b2cd12 hue: 0.19 , saturation: 0.84 and the lightness value of b2cd12 is 0.44.

The process color (four color CMYK) of #b2cd12 color hex is 0.13, 0.00, 0.91, 0.20. Web safe color of #b2cd12 is #99cc00. Color #b2cd12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001101 00010010
Octal 262 315 22
Decimal 178 205 18
Hex B2 CD 12

RGB Percentages of Color #b2cd12

%44.39
%51.12
%4.49

CMYK Percentages of Color #b2cd12

%13
%0
%91
%20

Triadic Colors of #b2cd12

#b2cd12 #12b2cd #cd12b2

Analogous Colors of #b2cd12

#b2cd12 #54cd12 #cd8b12

Monochromatic Colors of #b2cd12

#b2cd12

Complementary Color

#b2cd12 #2d12cd

#b2cd12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cd12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cd12 Color CSS Codes

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

#b2cd12 Text Font Color

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

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


#b2cd12 Background Color

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

This div background color is #b2cd12


#b2cd12 Border Color

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

This div border color is #b2cd12


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,205,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cd12


Comments

No comments written yet.

Please login to write comment.