Color Hex Logo

#4cbadf Color Hex

#4CBADF
(76,186,223)
0 Favorites   0 Comments

Color spaces of #4cbadf

RGB 76186223
HSL0.540.700.59
HSV195°66°87°
CMYK 0.660.170.00   0.13
XYZ33.858741.982076.1308
Yxy41.98200.22280.2762
Hunter Lab64.7935-20.1111-24.3088
CIE-Lab70.8585-19.9464-27.7569

#4cbadf color RGB value is (76,186,223).

#4cbadf hex color red value is 76, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4cbadf hue: 0.54 , saturation: 0.70 and the lightness value of 4cbadf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111010 11011111
Octal 114 272 337
Decimal 76 186 223
Hex 4C BA DF

RGB Percentages of Color #4cbadf

%15.67
%38.35
%45.98

CMYK Percentages of Color #4cbadf

%66
%17
%0
%13

Triadic Colors of #4cbadf

#4cbadf #df4cba #badf4c

Analogous Colors of #4cbadf

#4cbadf #4c71df #4cdfbb

Monochromatic Colors of #4cbadf

#4cbadf

Complementary Color

#4cbadf #df714c

#4cbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbadf Color CSS Codes

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

#4cbadf Text Font Color

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

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


#4cbadf Background Color

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

This div background color is #4cbadf


#4cbadf Border Color

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

This div border color is #4cbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbadf


Comments

No comments written yet.

Please login to write comment.