Color Hex Logo

#4db3cf Color Hex

#4DB3CF
(77,179,207)
0 Favorites   0 Comments

Color spaces of #4db3cf

RGB 77179207
HSL0.540.580.56
HSV193°63°81°
CMYK 0.630.140.00   0.19
XYZ30.443238.323064.8240
Yxy38.32300.22790.2869
Hunter Lab61.9056-20.5541-18.7512
CIE-Lab68.2580-21.0803-22.9776

#4db3cf color RGB value is (77,179,207).

#4db3cf hex color red value is 77, green value is 179 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4db3cf hue: 0.54 , saturation: 0.58 and the lightness value of 4db3cf is 0.56.

The process color (four color CMYK) of #4db3cf color hex is 0.63, 0.14, 0.00, 0.19. Web safe color of #4db3cf is #66cccc. Color #4db3cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10110011 11001111
Octal 115 263 317
Decimal 77 179 207
Hex 4D B3 CF

RGB Percentages of Color #4db3cf

%16.63
%38.66
%44.71

CMYK Percentages of Color #4db3cf

%63
%14
%0
%19

Triadic Colors of #4db3cf

#4db3cf #cf4db3 #b3cf4d

Analogous Colors of #4db3cf

#4db3cf #4d72cf #4dcfaa

Monochromatic Colors of #4db3cf

#4db3cf

Complementary Color

#4db3cf #cf694d

#4db3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4db3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4db3cf Color CSS Codes

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

#4db3cf Text Font Color

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

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


#4db3cf Background Color

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

This div background color is #4db3cf


#4db3cf Border Color

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

This div border color is #4db3cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,179,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4db3cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4db3cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4db3cf;
  box-shadow:         1px 1px 3px 2px #4db3cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,179,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4db3cf


Comments

No comments written yet.

Please login to write comment.