Color Hex Logo

#4fceed Color Hex

#4FCEED
(79,206,237)
0 Favorites   0 Comments

Color spaces of #4fceed

RGB 79206237
HSL0.530.810.62
HSV192°67°93°
CMYK 0.670.130.00   0.07
XYZ40.581851.919388.0033
Yxy51.91930.22480.2876
Hunter Lab72.0550-25.5642-21.9744
CIE-Lab77.2326-25.3622-25.5528

#4fceed color RGB value is (79,206,237).

#4fceed hex color red value is 79, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4fceed hue: 0.53 , saturation: 0.81 and the lightness value of 4fceed is 0.62.

The process color (four color CMYK) of #4fceed color hex is 0.67, 0.13, 0.00, 0.07. Web safe color of #4fceed is #66ccff. Color #4fceed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001110 11101101
Octal 117 316 355
Decimal 79 206 237
Hex 4F CE ED

RGB Percentages of Color #4fceed

%15.13
%39.46
%45.40

CMYK Percentages of Color #4fceed

%67
%13
%0
%7

Triadic Colors of #4fceed

#4fceed #ed4fce #ceed4f

Analogous Colors of #4fceed

#4fceed #4f7fed #4fedbd

Monochromatic Colors of #4fceed

#4fceed

Complementary Color

#4fceed #ed6e4f

#4fceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fceed Color CSS Codes

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

#4fceed Text Font Color

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

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


#4fceed Background Color

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

This div background color is #4fceed


#4fceed Border Color

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

This div border color is #4fceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fceed


Comments

No comments written yet.

Please login to write comment.