Color Hex Logo

#4fedfd Color Hex

#4FEDFD
(79,237,253)
0 Favorites   0 Comments

Color spaces of #4fedfd

RGB 79237253
HSL0.520.980.65
HSV186°69°99°
CMYK 0.690.060.00   0.01
XYZ51.238369.3225103.6085
Yxy69.32250.22860.3092
Hunter Lab83.2601-35.8563-15.4981
CIE-Lab86.6635-35.5828-19.7109

#4fedfd color RGB value is (79,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101101 11111101
Octal 117 355 375
Decimal 79 237 253
Hex 4F ED FD

RGB Percentages of Color #4fedfd

%13.88
%41.65
%44.46

CMYK Percentages of Color #4fedfd

%69
%6
%0
%1

Triadic Colors of #4fedfd

#4fedfd #fd4fed #edfd4f

Analogous Colors of #4fedfd

#4fedfd #4f96fd #4ffdb6

Monochromatic Colors of #4fedfd

#4fedfd

Complementary Color

#4fedfd #fd5f4f

#4fedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fedfd Color CSS Codes

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

#4fedfd Text Font Color

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

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


#4fedfd Background Color

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

This div background color is #4fedfd


#4fedfd Border Color

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

This div border color is #4fedfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,237,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 #4fedfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.