Color Hex Logo

#4cbefa Color Hex

#4CBEFA
(76,190,250)
0 Favorites   0 Comments

Color spaces of #4cbefa

RGB 76190250
HSL0.560.950.64
HSV201°70°98°
CMYK 0.700.240.00   0.02
XYZ38.649345.265597.1426
Yxy45.26550.21350.2500
Hunter Lab67.2796-15.1987-38.5109
CIE-Lab73.0664-13.4783-38.9739

#4cbefa color RGB value is (76,190,250).

#4cbefa hex color red value is 76, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4cbefa hue: 0.56 , saturation: 0.95 and the lightness value of 4cbefa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 11111010
Octal 114 276 372
Decimal 76 190 250
Hex 4C BE FA

RGB Percentages of Color #4cbefa

%14.73
%36.82
%48.45

CMYK Percentages of Color #4cbefa

%70
%24
%0
%2

Triadic Colors of #4cbefa

#4cbefa #fa4cbe #befa4c

Analogous Colors of #4cbefa

#4cbefa #4c67fa #4cfadf

Monochromatic Colors of #4cbefa

#4cbefa

Complementary Color

#4cbefa #fa884c

#4cbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbefa Color CSS Codes

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

#4cbefa Text Font Color

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

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


#4cbefa Background Color

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

This div background color is #4cbefa


#4cbefa Border Color

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

This div border color is #4cbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbefa

Related Colors


Comments

No comments written yet.

Please login to write comment.