Color Hex Logo

#4dc8db Color Hex

#4DC8DB
(77,200,219)
0 Favorites   0 Comments

Color spaces of #4dc8db

RGB 77200219
HSL0.520.660.58
HSV188°65°86°
CMYK 0.650.090.00   0.14
XYZ36.501048.000874.3591
Yxy48.00080.22980.3022
Hunter Lab69.2826-27.2032-15.1365
CIE-Lab74.8254-28.0550-19.5296

#4dc8db color RGB value is (77,200,219).

#4dc8db hex color red value is 77, green value is 200 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4dc8db hue: 0.52 , saturation: 0.66 and the lightness value of 4dc8db is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001000 11011011
Octal 115 310 333
Decimal 77 200 219
Hex 4D C8 DB

RGB Percentages of Color #4dc8db

%15.52
%40.32
%44.15

CMYK Percentages of Color #4dc8db

%65
%9
%0
%14

Triadic Colors of #4dc8db

#4dc8db #db4dc8 #c8db4d

Analogous Colors of #4dc8db

#4dc8db #4d81db #4ddba7

Monochromatic Colors of #4dc8db

#4dc8db

Complementary Color

#4dc8db #db604d

#4dc8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dc8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dc8db Color CSS Codes

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

#4dc8db Text Font Color

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

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


#4dc8db Background Color

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

This div background color is #4dc8db


#4dc8db Border Color

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

This div border color is #4dc8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dc8db


Comments

No comments written yet.

Please login to write comment.