Color Hex Logo

#4bdbe0 Color Hex

#4BDBE0
(75,219,224)
0 Favorites   0 Comments

Color spaces of #4bdbe0

RGB 75219224
HSL0.510.710.59
HSV182°67°88°
CMYK 0.670.020.00   0.12
XYZ41.687757.540779.4303
Yxy57.54070.23330.3221
Hunter Lab75.8556-34.6496-8.9851
CIE-Lab80.4828-35.9822-13.6917

#4bdbe0 color RGB value is (75,219,224).

#4bdbe0 hex color red value is 75, green value is 219 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #4bdbe0 hue: 0.51 , saturation: 0.71 and the lightness value of 4bdbe0 is 0.59.

The process color (four color CMYK) of #4bdbe0 color hex is 0.67, 0.02, 0.00, 0.12. Web safe color of #4bdbe0 is #33cccc. Color #4bdbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011011 11100000
Octal 113 333 340
Decimal 75 219 224
Hex 4B DB E0

RGB Percentages of Color #4bdbe0

%14.48
%42.28
%43.24

CMYK Percentages of Color #4bdbe0

%67
%2
%0
%12

Triadic Colors of #4bdbe0

#4bdbe0 #e04bdb #dbe04b

Analogous Colors of #4bdbe0

#4bdbe0 #4b91e0 #4be09b

Monochromatic Colors of #4bdbe0

#4bdbe0

Complementary Color

#4bdbe0 #e0504b

#4bdbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdbe0 Color CSS Codes

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

#4bdbe0 Text Font Color

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

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


#4bdbe0 Background Color

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

This div background color is #4bdbe0


#4bdbe0 Border Color

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

This div border color is #4bdbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdbe0


Comments

No comments written yet.

Please login to write comment.