Color Hex Logo

#4fcfe1 Color Hex

#4FCFE1
(79,207,225)
0 Favorites   0 Comments

Color spaces of #4fcfe1

RGB 79207225
HSL0.520.710.60
HSV187°65°88°
CMYK 0.650.080.00   0.12
XYZ39.127951.724279.1557
Yxy51.72420.23020.3042
Hunter Lab71.9195-28.7461-14.9118
CIE-Lab77.1156-29.4092-19.2894

#4fcfe1 color RGB value is (79,207,225).

#4fcfe1 hex color red value is 79, green value is 207 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #4fcfe1 hue: 0.52 , saturation: 0.71 and the lightness value of 4fcfe1 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001111 11100001
Octal 117 317 341
Decimal 79 207 225
Hex 4F CF E1

RGB Percentages of Color #4fcfe1

%15.46
%40.51
%44.03

CMYK Percentages of Color #4fcfe1

%65
%8
%0
%12

Triadic Colors of #4fcfe1

#4fcfe1 #e14fcf #cfe14f

Analogous Colors of #4fcfe1

#4fcfe1 #4f86e1 #4fe1aa

Monochromatic Colors of #4fcfe1

#4fcfe1

Complementary Color

#4fcfe1 #e1614f

#4fcfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcfe1 Color CSS Codes

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

#4fcfe1 Text Font Color

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

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


#4fcfe1 Background Color

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

This div background color is #4fcfe1


#4fcfe1 Border Color

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

This div border color is #4fcfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcfe1


Comments

No comments written yet.

Please login to write comment.