Color Hex Logo

#4bcadd Color Hex

#4BCADD
(75,202,221)
0 Favorites   0 Comments

Color spaces of #4bcadd

RGB 75202221
HSL0.520.680.58
HSV188°66°87°
CMYK 0.660.090.00   0.13
XYZ37.073348.957475.9024
Yxy48.95740.22890.3023
Hunter Lab69.9696-27.8687-15.3386
CIE-Lab75.4248-28.7490-19.7063

#4bcadd color RGB value is (75,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001010 11011101
Octal 113 312 335
Decimal 75 202 221
Hex 4B CA DD

RGB Percentages of Color #4bcadd

%15.06
%40.56
%44.38

CMYK Percentages of Color #4bcadd

%66
%9
%0
%13

Triadic Colors of #4bcadd

#4bcadd #dd4bca #cadd4b

Analogous Colors of #4bcadd

#4bcadd #4b81dd #4bdda7

Monochromatic Colors of #4bcadd

#4bcadd

Complementary Color

#4bcadd #dd5e4b

#4bcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcadd Color CSS Codes

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

#4bcadd Text Font Color

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

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


#4bcadd Background Color

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

This div background color is #4bcadd


#4bcadd Border Color

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

This div border color is #4bcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcadd


Comments

No comments written yet.

Please login to write comment.