Color Hex Logo

#4bcfae Color Hex

#4BCFAE
(75,207,174)
0 Favorites   0 Comments

Color spaces of #4bcfae

RGB 75207174
HSL0.460.580.55
HSV165°64°81°
CMYK 0.640.000.16   0.19
XYZ32.854549.177547.8050
Yxy49.17750.25300.3788
Hunter Lab70.1267-39.09408.6710
CIE-Lab75.5616-43.75785.8564

#4bcfae color RGB value is (75,207,174).

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

The process color (four color CMYK) of #4bcfae color hex is 0.64, 0.00, 0.16, 0.19. Web safe color of #4bcfae is #33cc99. Color #4bcfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001111 10101110
Octal 113 317 256
Decimal 75 207 174
Hex 4B CF AE

RGB Percentages of Color #4bcfae

%16.45
%45.39
%38.16

CMYK Percentages of Color #4bcfae

%64
%0
%16
%19

Triadic Colors of #4bcfae

#4bcfae #ae4bcf #cfae4b

Analogous Colors of #4bcfae

#4bcfae #4baecf #4bcf6c

Monochromatic Colors of #4bcfae

#4bcfae

Complementary Color

#4bcfae #cf4b6c

#4bcfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcfae Color CSS Codes

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

#4bcfae Text Font Color

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

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


#4bcfae Background Color

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

This div background color is #4bcfae


#4bcfae Border Color

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

This div border color is #4bcfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcfae


Comments

No comments written yet.

Please login to write comment.