Color Hex Logo

#4bccff Color Hex

#4BCCFF
(75,204,255)
0 Favorites   0 Comments

Color spaces of #4bccff

RGB 75204255
HSL0.551.000.65
HSV197°71°100°
CMYK 0.710.200.00   0.00
XYZ42.544551.9016102.3834
Yxy51.90160.21610.2637
Hunter Lab72.0428-20.6625-33.8299
CIE-Lab77.2220-19.3421-35.2110

#4bccff color RGB value is (75,204,255).

#4bccff hex color red value is 75, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4bccff hue: 0.55 , saturation: 1.00 and the lightness value of 4bccff is 0.65.

The process color (four color CMYK) of #4bccff color hex is 0.71, 0.20, 0.00, 0.00. Web safe color of #4bccff is #33ccff. Color #4bccff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 11111111
Octal 113 314 377
Decimal 75 204 255
Hex 4B CC FF

RGB Percentages of Color #4bccff

%14.04
%38.20
%47.75

CMYK Percentages of Color #4bccff

%71
%20
%0
%0

Triadic Colors of #4bccff

#4bccff #ff4bcc #ccff4b

Analogous Colors of #4bccff

#4bccff #4b72ff #4bffd8

Monochromatic Colors of #4bccff

#4bccff

Complementary Color

#4bccff #ff7e4b

#4bccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bccff Color CSS Codes

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

#4bccff Text Font Color

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

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


#4bccff Background Color

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

This div background color is #4bccff


#4bccff Border Color

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

This div border color is #4bccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bccff


Comments

No comments written yet.

Please login to write comment.