Color Hex Logo

#4abdcf Color Hex

#4ABDCF
(74,189,207)
0 Favorites   0 Comments

Color spaces of #4abdcf

RGB 74189207
HSL0.520.580.55
HSV188°64°81°
CMYK 0.640.090.00   0.19
XYZ32.284142.356065.5055
Yxy42.35600.23040.3022
Hunter Lab65.0815-25.3465-14.1192
CIE-Lab71.1157-26.6368-18.6382

#4abdcf color RGB value is (74,189,207).

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

The process color (four color CMYK) of #4abdcf color hex is 0.64, 0.09, 0.00, 0.19. Web safe color of #4abdcf is #33cccc. Color #4abdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111101 11001111
Octal 112 275 317
Decimal 74 189 207
Hex 4A BD CF

RGB Percentages of Color #4abdcf

%15.74
%40.21
%44.04

CMYK Percentages of Color #4abdcf

%64
%9
%0
%19

Triadic Colors of #4abdcf

#4abdcf #cf4abd #bdcf4a

Analogous Colors of #4abdcf

#4abdcf #4a7bcf #4acf9f

Monochromatic Colors of #4abdcf

#4abdcf

Complementary Color

#4abdcf #cf5c4a

#4abdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abdcf Color CSS Codes

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

#4abdcf Text Font Color

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

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


#4abdcf Background Color

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

This div background color is #4abdcf


#4abdcf Border Color

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

This div border color is #4abdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abdcf


Comments

No comments written yet.

Please login to write comment.