Color Hex Logo

#4cbbf6 Color Hex

#4CBBF6
(76,187,246)
0 Favorites   0 Comments

Color spaces of #4cbbf6

RGB 76187246
HSL0.560.900.63
HSV201°69°96°
CMYK 0.690.240.00   0.04
XYZ37.385443.731093.6593
Yxy43.73100.21390.2502
Hunter Lab66.1294-14.8138-37.6820
CIE-Lab72.0483-13.1729-38.3997

#4cbbf6 color RGB value is (76,187,246).

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

The process color (four color CMYK) of #4cbbf6 color hex is 0.69, 0.24, 0.00, 0.04. Web safe color of #4cbbf6 is #33ccff. Color #4cbbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111011 11110110
Octal 114 273 366
Decimal 76 187 246
Hex 4C BB F6

RGB Percentages of Color #4cbbf6

%14.93
%36.74
%48.33

CMYK Percentages of Color #4cbbf6

%69
%24
%0
%4

Triadic Colors of #4cbbf6

#4cbbf6 #f64cbb #bbf64c

Analogous Colors of #4cbbf6

#4cbbf6 #4c66f6 #4cf6dc

Monochromatic Colors of #4cbbf6

#4cbbf6

Complementary Color

#4cbbf6 #f6874c

#4cbbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbbf6 Color CSS Codes

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

#4cbbf6 Text Font Color

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

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


#4cbbf6 Background Color

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

This div background color is #4cbbf6


#4cbbf6 Border Color

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

This div border color is #4cbbf6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,187,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbbf6


Comments

No comments written yet.

Please login to write comment.