Color Hex Logo

#4bbda1 Color Hex

#4BBDA1
(75,189,161)
0 Favorites   0 Comments

Color spaces of #4bbda1

RGB 75189161
HSL0.460.460.52
HSV165°60°74°
CMYK 0.600.000.15   0.26
XYZ27.532340.464340.0775
Yxy40.46430.25480.3744
Hunter Lab63.6116-34.06207.1733
CIE-Lab69.7990-38.99324.5971

#4bbda1 color RGB value is (75,189,161).

#4bbda1 hex color red value is 75, green value is 189 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #4bbda1 hue: 0.46 , saturation: 0.46 and the lightness value of 4bbda1 is 0.52.

The process color (four color CMYK) of #4bbda1 color hex is 0.60, 0.00, 0.15, 0.26. Web safe color of #4bbda1 is #33cc99. Color #4bbda1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111101 10100001
Octal 113 275 241
Decimal 75 189 161
Hex 4B BD A1

RGB Percentages of Color #4bbda1

%17.65
%44.47
%37.88

CMYK Percentages of Color #4bbda1

%60
%0
%15
%26

Triadic Colors of #4bbda1

#4bbda1 #a14bbd #bda14b

Analogous Colors of #4bbda1

#4bbda1 #4ba0bd #4bbd68

Monochromatic Colors of #4bbda1

#4bbda1

Complementary Color

#4bbda1 #bd4b67

#4bbda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbda1 Color CSS Codes

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

#4bbda1 Text Font Color

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

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


#4bbda1 Background Color

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

This div background color is #4bbda1


#4bbda1 Border Color

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

This div border color is #4bbda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbda1


Comments

No comments written yet.

Please login to write comment.