Color Hex Logo

#4abebf Color Hex

#4ABEBF
(74,190,191)
0 Favorites   0 Comments

Color spaces of #4abebf

RGB 74190191
HSL0.500.480.52
HSV181°61°75°
CMYK 0.610.010.00   0.25
XYZ30.641542.044355.7906
Yxy42.04430.23850.3273
Hunter Lab64.8416-29.1209-5.6248
CIE-Lab70.9015-31.7333-10.2106

#4abebf color RGB value is (74,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111110 10111111
Octal 112 276 277
Decimal 74 190 191
Hex 4A BE BF

RGB Percentages of Color #4abebf

%16.26
%41.76
%41.98

CMYK Percentages of Color #4abebf

%61
%1
%0
%25

Triadic Colors of #4abebf

#4abebf #bf4abe #bebf4a

Analogous Colors of #4abebf

#4abebf #4a84bf #4abf86

Monochromatic Colors of #4abebf

#4abebf

Complementary Color

#4abebf #bf4b4a

#4abebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abebf Color CSS Codes

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

#4abebf Text Font Color

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

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


#4abebf Background Color

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

This div background color is #4abebf


#4abebf Border Color

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

This div border color is #4abebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abebf


Comments

No comments written yet.

Please login to write comment.