Color Hex Logo

#b2cd7b Color Hex

#B2CD7B
(178,205,123)
0 Favorites   0 Comments

Color spaces of #b2cd7b

RGB 178205123
HSL0.220.450.64
HSV80°40°80°
CMYK 0.130.000.40   0.20
XYZ43.766654.557726.9628
Yxy54.55770.34930.4355
Hunter Lab73.8632-23.492930.0612
CIE-Lab78.7858-22.455137.8310

#b2cd7b color RGB value is (178,205,123).

#b2cd7b hex color red value is 178, green value is 205 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #b2cd7b hue: 0.22 , saturation: 0.45 and the lightness value of b2cd7b is 0.64.

The process color (four color CMYK) of #b2cd7b color hex is 0.13, 0.00, 0.40, 0.20. Web safe color of #b2cd7b is #99cc66. Color #b2cd7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001101 01111011
Octal 262 315 173
Decimal 178 205 123
Hex B2 CD 7B

RGB Percentages of Color #b2cd7b

%35.18
%40.51
%24.31

CMYK Percentages of Color #b2cd7b

%13
%0
%40
%20

Triadic Colors of #b2cd7b

#b2cd7b #7bb2cd #cd7bb2

Analogous Colors of #b2cd7b

#b2cd7b #89cd7b #cdbf7b

Monochromatic Colors of #b2cd7b

#b2cd7b

Complementary Color

#b2cd7b #967bcd

#b2cd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cd7b Color CSS Codes

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

#b2cd7b Text Font Color

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

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


#b2cd7b Background Color

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

This div background color is #b2cd7b


#b2cd7b Border Color

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

This div border color is #b2cd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cd7b


Comments

No comments written yet.

Please login to write comment.