Color Hex Logo

#4cbbff Color Hex

#4CBBFF
(76,187,255)
0 Favorites   0 Comments

Color spaces of #4cbbff

RGB 76187255
HSL0.561.000.65
HSV203°70°100°
CMYK 0.700.270.00   0.00
XYZ38.800844.2971101.1129
Yxy44.29710.21060.2405
Hunter Lab66.5561-12.4113-43.4849
CIE-Lab72.4266-10.2374-42.6649

#4cbbff color RGB value is (76,187,255).

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

The process color (four color CMYK) of #4cbbff color hex is 0.70, 0.27, 0.00, 0.00. Web safe color of #4cbbff is #33ccff. Color #4cbbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111011 11111111
Octal 114 273 377
Decimal 76 187 255
Hex 4C BB FF

RGB Percentages of Color #4cbbff

%14.67
%36.10
%49.23

CMYK Percentages of Color #4cbbff

%70
%27
%0
%0

Triadic Colors of #4cbbff

#4cbbff #ff4cbb #bbff4c

Analogous Colors of #4cbbff

#4cbbff #4c61ff #4cffea

Monochromatic Colors of #4cbbff

#4cbbff

Complementary Color

#4cbbff #ff904c

#4cbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbbff Color CSS Codes

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

#4cbbff Text Font Color

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

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


#4cbbff Background Color

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

This div background color is #4cbbff


#4cbbff Border Color

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

This div border color is #4cbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbbff

Related Colors

#4cbbff Color Palettes


Comments

No comments written yet.

Please login to write comment.