Color Hex Logo

#4db9bc Color Hex

#4DB9BC
(77,185,188)
0 Favorites   0 Comments

Color spaces of #4db9bc

RGB 77185188
HSL0.500.450.52
HSV182°59°74°
CMYK 0.590.020.00   0.26
XYZ29.486639.906553.7256
Yxy39.90650.23950.3241
Hunter Lab63.1716-27.2319-6.2043
CIE-Lab69.4029-29.6366-10.7949

#4db9bc color RGB value is (77,185,188).

#4db9bc hex color red value is 77, green value is 185 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4db9bc hue: 0.50 , saturation: 0.45 and the lightness value of 4db9bc is 0.52.

The process color (four color CMYK) of #4db9bc color hex is 0.59, 0.02, 0.00, 0.26. Web safe color of #4db9bc is #66cccc. Color #4db9bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111001 10111100
Octal 115 271 274
Decimal 77 185 188
Hex 4D B9 BC

RGB Percentages of Color #4db9bc

%17.11
%41.11
%41.78

CMYK Percentages of Color #4db9bc

%59
%2
%0
%26

Triadic Colors of #4db9bc

#4db9bc #bc4db9 #b9bc4d

Analogous Colors of #4db9bc

#4db9bc #4d82bc #4dbc88

Monochromatic Colors of #4db9bc

#4db9bc

Complementary Color

#4db9bc #bc504d

#4db9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4db9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4db9bc Color CSS Codes

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

#4db9bc Text Font Color

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

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


#4db9bc Background Color

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

This div background color is #4db9bc


#4db9bc Border Color

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

This div border color is #4db9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4db9bc


Comments

No comments written yet.

Please login to write comment.