Color Hex Logo

#4bca90 Color Hex

#4BCA90
(75,202,144)
0 Favorites   0 Comments

Color spaces of #4bca90

RGB 75202144
HSL0.420.550.54
HSV153°63°79°
CMYK 0.630.000.29   0.21
XYZ29.056245.750533.6849
Yxy45.75050.26780.4217
Hunter Lab67.6391-41.689017.8204
CIE-Lab73.3833-48.448718.8433

#4bca90 color RGB value is (75,202,144).

#4bca90 hex color red value is 75, green value is 202 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #4bca90 hue: 0.42 , saturation: 0.55 and the lightness value of 4bca90 is 0.54.

The process color (four color CMYK) of #4bca90 color hex is 0.63, 0.00, 0.29, 0.21. Web safe color of #4bca90 is #33cc99. Color #4bca90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001010 10010000
Octal 113 312 220
Decimal 75 202 144
Hex 4B CA 90

RGB Percentages of Color #4bca90

%17.81
%47.98
%34.20

CMYK Percentages of Color #4bca90

%63
%0
%29
%21

Triadic Colors of #4bca90

#4bca90 #904bca #ca904b

Analogous Colors of #4bca90

#4bca90 #4bc5ca #4bca51

Monochromatic Colors of #4bca90

#4bca90

Complementary Color

#4bca90 #ca4b85

#4bca90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bca90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bca90 Color CSS Codes

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

#4bca90 Text Font Color

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

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


#4bca90 Background Color

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

This div background color is #4bca90


#4bca90 Border Color

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

This div border color is #4bca90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,202,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bca90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bca90;
  -webkit-box-shadow: 1px 1px 3px 2px #4bca90;
  box-shadow:         1px 1px 3px 2px #4bca90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,202,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bca90


Comments

No comments written yet.

Please login to write comment.