Color Hex Logo

#4fb8df Color Hex

#4FB8DF
(79,184,223)
0 Favorites   0 Comments

Color spaces of #4fb8df

RGB 79184223
HSL0.550.690.59
HSV196°65°87°
CMYK 0.650.170.00   0.13
XYZ33.684241.271076.0028
Yxy41.27100.22310.2734
Hunter Lab64.2425-18.8317-25.1739
CIE-Lab70.3654-18.4308-28.5076

#4fb8df color RGB value is (79,184,223).

#4fb8df hex color red value is 79, green value is 184 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4fb8df hue: 0.55 , saturation: 0.69 and the lightness value of 4fb8df is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111000 11011111
Octal 117 270 337
Decimal 79 184 223
Hex 4F B8 DF

RGB Percentages of Color #4fb8df

%16.26
%37.86
%45.88

CMYK Percentages of Color #4fb8df

%65
%17
%0
%13

Triadic Colors of #4fb8df

#4fb8df #df4fb8 #b8df4f

Analogous Colors of #4fb8df

#4fb8df #4f70df #4fdfbe

Monochromatic Colors of #4fb8df

#4fb8df

Complementary Color

#4fb8df #df764f

#4fb8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fb8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fb8df Color CSS Codes

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

#4fb8df Text Font Color

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

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


#4fb8df Background Color

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

This div background color is #4fb8df


#4fb8df Border Color

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

This div border color is #4fb8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fb8df


Comments

No comments written yet.

Please login to write comment.