Color Hex Logo

#4fcae0 Color Hex

#4FCAE0
(79,202,224)
0 Favorites   0 Comments

Color spaces of #4fcae0

RGB 79202224
HSL0.530.700.59
HSV189°65°88°
CMYK 0.650.100.00   0.12
XYZ37.799549.285178.0417
Yxy49.28510.22890.2985
Hunter Lab70.2033-26.7463-16.7675
CIE-Lab75.6284-27.2563-21.0060

#4fcae0 color RGB value is (79,202,224).

#4fcae0 hex color red value is 79, green value is 202 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #4fcae0 hue: 0.53 , saturation: 0.70 and the lightness value of 4fcae0 is 0.59.

The process color (four color CMYK) of #4fcae0 color hex is 0.65, 0.10, 0.00, 0.12. Web safe color of #4fcae0 is #66cccc. Color #4fcae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001010 11100000
Octal 117 312 340
Decimal 79 202 224
Hex 4F CA E0

RGB Percentages of Color #4fcae0

%15.64
%40.00
%44.36

CMYK Percentages of Color #4fcae0

%65
%10
%0
%12

Triadic Colors of #4fcae0

#4fcae0 #e04fca #cae04f

Analogous Colors of #4fcae0

#4fcae0 #4f82e0 #4fe0ae

Monochromatic Colors of #4fcae0

#4fcae0

Complementary Color

#4fcae0 #e0654f

#4fcae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcae0 Color CSS Codes

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

#4fcae0 Text Font Color

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

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


#4fcae0 Background Color

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

This div background color is #4fcae0


#4fcae0 Border Color

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

This div border color is #4fcae0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,202,224, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4fcae0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4fcae0;
  -webkit-box-shadow: 1px 1px 3px 2px #4fcae0;
  box-shadow:         1px 1px 3px 2px #4fcae0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,202,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcae0


Comments

No comments written yet.

Please login to write comment.