Color Hex Logo

#4bcadf Color Hex

#4BCADF
(75,202,223)
0 Favorites   0 Comments

Color spaces of #4bcadf

RGB 75202223
HSL0.520.700.58
HSV189°66°87°
CMYK 0.660.090.00   0.13
XYZ37.341549.064677.3144
Yxy49.06460.22810.2997
Hunter Lab70.0461-27.4226-16.4099
CIE-Lab75.4915-28.1576-20.6842

#4bcadf color RGB value is (75,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001010 11011111
Octal 113 312 337
Decimal 75 202 223
Hex 4B CA DF

RGB Percentages of Color #4bcadf

%15.00
%40.40
%44.60

CMYK Percentages of Color #4bcadf

%66
%9
%0
%13

Triadic Colors of #4bcadf

#4bcadf #df4bca #cadf4b

Analogous Colors of #4bcadf

#4bcadf #4b80df #4bdfaa

Monochromatic Colors of #4bcadf

#4bcadf

Complementary Color

#4bcadf #df604b

#4bcadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcadf Color CSS Codes

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

#4bcadf Text Font Color

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

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


#4bcadf Background Color

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

This div background color is #4bcadf


#4bcadf Border Color

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

This div border color is #4bcadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcadf


Comments

No comments written yet.

Please login to write comment.