Color Hex Logo

#4bccdf Color Hex

#4BCCDF
(75,204,223)
0 Favorites   0 Comments

Color spaces of #4bccdf

RGB 75204223
HSL0.520.700.58
HSV188°66°87°
CMYK 0.660.090.00   0.13
XYZ37.813850.009377.4718
Yxy50.00930.22880.3025
Hunter Lab70.7173-28.3080-15.4510
CIE-Lab76.0750-29.1351-19.7992

#4bccdf color RGB value is (75,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 11011111
Octal 113 314 337
Decimal 75 204 223
Hex 4B CC DF

RGB Percentages of Color #4bccdf

%14.94
%40.64
%44.42

CMYK Percentages of Color #4bccdf

%66
%9
%0
%13

Triadic Colors of #4bccdf

#4bccdf #df4bcc #ccdf4b

Analogous Colors of #4bccdf

#4bccdf #4b82df #4bdfa8

Monochromatic Colors of #4bccdf

#4bccdf

Complementary Color

#4bccdf #df5e4b

#4bccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bccdf Color CSS Codes

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

#4bccdf Text Font Color

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

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


#4bccdf Background Color

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

This div background color is #4bccdf


#4bccdf Border Color

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

This div border color is #4bccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bccdf


Comments

No comments written yet.

Please login to write comment.