Color Hex Logo

#4abdbb Color Hex

#4ABDBB
(74,189,187)
0 Favorites   0 Comments

Color spaces of #4abdbb

RGB 74189187
HSL0.500.470.52
HSV179°61°74°
CMYK 0.610.000.01   0.26
XYZ29.991341.438953.4315
Yxy41.43890.24020.3319
Hunter Lab64.3731-29.4900-4.1513
CIE-Lab70.4823-32.3691-8.6449

#4abdbb color RGB value is (74,189,187).

#4abdbb hex color red value is 74, green value is 189 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4abdbb hue: 0.50 , saturation: 0.47 and the lightness value of 4abdbb is 0.52.

The process color (four color CMYK) of #4abdbb color hex is 0.61, 0.00, 0.01, 0.26. Web safe color of #4abdbb is #33cccc. Color #4abdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111101 10111011
Octal 112 275 273
Decimal 74 189 187
Hex 4A BD BB

RGB Percentages of Color #4abdbb

%16.44
%42.00
%41.56

CMYK Percentages of Color #4abdbb

%61
%0
%1
%26

Triadic Colors of #4abdbb

#4abdbb #bb4abd #bdbb4a

Analogous Colors of #4abdbb

#4abdbb #4a86bd #4abd82

Monochromatic Colors of #4abdbb

#4abdbb

Complementary Color

#4abdbb #bd4a4c

#4abdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abdbb Color CSS Codes

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

#4abdbb Text Font Color

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

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


#4abdbb Background Color

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

This div background color is #4abdbb


#4abdbb Border Color

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

This div border color is #4abdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abdbb


Comments

No comments written yet.

Please login to write comment.