Color Hex Logo

#4cbefb Color Hex

#4CBEFB
(76,190,251)
0 Favorites   0 Comments

Color spaces of #4cbefb

RGB 76190251
HSL0.560.960.64
HSV201°70°98°
CMYK 0.700.240.00   0.02
XYZ38.806545.328497.9707
Yxy45.32840.21310.2489
Hunter Lab67.3264-14.9349-39.1480
CIE-Lab73.1076-13.1545-39.4483

#4cbefb color RGB value is (76,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 11111011
Octal 114 276 373
Decimal 76 190 251
Hex 4C BE FB

RGB Percentages of Color #4cbefb

%14.70
%36.75
%48.55

CMYK Percentages of Color #4cbefb

%70
%24
%0
%2

Triadic Colors of #4cbefb

#4cbefb #fb4cbe #befb4c

Analogous Colors of #4cbefb

#4cbefb #4c67fb #4cfbe1

Monochromatic Colors of #4cbefb

#4cbefb

Complementary Color

#4cbefb #fb894c

#4cbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbefb Color CSS Codes

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

#4cbefb Text Font Color

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

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


#4cbefb Background Color

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

This div background color is #4cbefb


#4cbefb Border Color

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

This div border color is #4cbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbefb

Related Colors


Comments

No comments written yet.

Please login to write comment.