Color Hex Logo

#4cb265 Color Hex

#4CB265
(76,178,101)
0 Favorites   0 Comments

Color spaces of #4cb265

RGB 76178101
HSL0.370.400.50
HSV135°57°70°
CMYK 0.570.000.43   0.30
XYZ21.249834.316917.8158
Yxy34.31690.28960.4676
Hunter Lab58.5806-37.766222.9749
CIE-Lab65.2133-46.592330.6328

#4cb265 color RGB value is (76,178,101).

#4cb265 hex color red value is 76, green value is 178 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #4cb265 hue: 0.37 , saturation: 0.40 and the lightness value of 4cb265 is 0.50.

The process color (four color CMYK) of #4cb265 color hex is 0.57, 0.00, 0.43, 0.30. Web safe color of #4cb265 is #339966. Color #4cb265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110010 01100101
Octal 114 262 145
Decimal 76 178 101
Hex 4C B2 65

RGB Percentages of Color #4cb265

%21.41
%50.14
%28.45

CMYK Percentages of Color #4cb265

%57
%0
%43
%30

Triadic Colors of #4cb265

#4cb265 #654cb2 #b2654c

Analogous Colors of #4cb265

#4cb265 #4cb298 #66b24c

Monochromatic Colors of #4cb265

#4cb265

Complementary Color

#4cb265 #b24c99

#4cb265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb265 Color CSS Codes

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

#4cb265 Text Font Color

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

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


#4cb265 Background Color

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

This div background color is #4cb265


#4cb265 Border Color

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

This div border color is #4cb265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb265


Comments

No comments written yet.

Please login to write comment.