Color Hex Logo

#4bcadb Color Hex

#4BCADB
(75,202,219)
0 Favorites   0 Comments

Color spaces of #4bcadb

RGB 75202219
HSL0.520.670.58
HSV187°66°86°
CMYK 0.660.080.00   0.14
XYZ36.808448.851474.5071
Yxy48.85140.22980.3050
Hunter Lab69.8938-28.3100-14.2778
CIE-Lab75.3588-29.3366-18.7268

#4bcadb color RGB value is (75,202,219).

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

The process color (four color CMYK) of #4bcadb color hex is 0.66, 0.08, 0.00, 0.14. Web safe color of #4bcadb is #33cccc. Color #4bcadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001010 11011011
Octal 113 312 333
Decimal 75 202 219
Hex 4B CA DB

RGB Percentages of Color #4bcadb

%15.12
%40.73
%44.15

CMYK Percentages of Color #4bcadb

%66
%8
%0
%14

Triadic Colors of #4bcadb

#4bcadb #db4bca #cadb4b

Analogous Colors of #4bcadb

#4bcadb #4b82db #4bdba4

Monochromatic Colors of #4bcadb

#4bcadb

Complementary Color

#4bcadb #db5c4b

#4bcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcadb Color CSS Codes

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

#4bcadb Text Font Color

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

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


#4bcadb Background Color

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

This div background color is #4bcadb


#4bcadb Border Color

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

This div border color is #4bcadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,202,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 #4bcadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcadb


Comments

No comments written yet.

Please login to write comment.