Color Hex Logo

#4feefd Color Hex

#4FEEFD
(79,238,253)
0 Favorites   0 Comments

Color spaces of #4feefd

RGB 79238253
HSL0.510.980.65
HSV185°69°99°
CMYK 0.690.060.00   0.01
XYZ51.528669.9032103.7053
Yxy69.90320.22890.3105
Hunter Lab83.6081-36.3027-15.0160
CIE-Lab86.9494-36.0480-19.2793

#4feefd color RGB value is (79,238,253).

#4feefd hex color red value is 79, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4feefd hue: 0.51 , saturation: 0.98 and the lightness value of 4feefd is 0.65.

The process color (four color CMYK) of #4feefd color hex is 0.69, 0.06, 0.00, 0.01. Web safe color of #4feefd is #66ffff. Color #4feefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101110 11111101
Octal 117 356 375
Decimal 79 238 253
Hex 4F EE FD

RGB Percentages of Color #4feefd

%13.86
%41.75
%44.39

CMYK Percentages of Color #4feefd

%69
%6
%0
%1

Triadic Colors of #4feefd

#4feefd #fd4fee #eefd4f

Analogous Colors of #4feefd

#4feefd #4f97fd #4ffdb5

Monochromatic Colors of #4feefd

#4feefd

Complementary Color

#4feefd #fd5e4f

#4feefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4feefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4feefd Color CSS Codes

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

#4feefd Text Font Color

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

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


#4feefd Background Color

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

This div background color is #4feefd


#4feefd Border Color

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

This div border color is #4feefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4feefd

Related Colors


Comments

No comments written yet.

Please login to write comment.