Color Hex Logo

#4fbcdd Color Hex

#4FBCDD
(79,188,221)
0 Favorites   0 Comments

Color spaces of #4fbcdd

RGB 79188221
HSL0.540.680.59
HSV194°64°87°
CMYK 0.640.150.00   0.13
XYZ34.258842.849274.8717
Yxy42.84920.22540.2819
Hunter Lab65.4593-21.1340-21.9938
CIE-Lab71.4525-21.1160-25.7487

#4fbcdd color RGB value is (79,188,221).

#4fbcdd hex color red value is 79, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4fbcdd hue: 0.54 , saturation: 0.68 and the lightness value of 4fbcdd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 11011101
Octal 117 274 335
Decimal 79 188 221
Hex 4F BC DD

RGB Percentages of Color #4fbcdd

%16.19
%38.52
%45.29

CMYK Percentages of Color #4fbcdd

%64
%15
%0
%13

Triadic Colors of #4fbcdd

#4fbcdd #dd4fbc #bcdd4f

Analogous Colors of #4fbcdd

#4fbcdd #4f75dd #4fddb7

Monochromatic Colors of #4fbcdd

#4fbcdd

Complementary Color

#4fbcdd #dd704f

#4fbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbcdd Color CSS Codes

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

#4fbcdd Text Font Color

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

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


#4fbcdd Background Color

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

This div background color is #4fbcdd


#4fbcdd Border Color

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

This div border color is #4fbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbcdd


Comments

No comments written yet.

Please login to write comment.