Color Hex Logo

#4cb3ef Color Hex

#4CB3EF
(76,179,239)
0 Favorites   0 Comments

Color spaces of #4cb3ef

RGB 76179239
HSL0.560.840.62
HSV202°68°94°
CMYK 0.680.250.00   0.06
XYZ34.680640.008787.5559
Yxy40.00870.21380.2466
Hunter Lab63.2524-12.8222-37.7943
CIE-Lab69.4757-11.1411-38.6104

#4cb3ef color RGB value is (76,179,239).

#4cb3ef hex color red value is 76, green value is 179 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4cb3ef hue: 0.56 , saturation: 0.84 and the lightness value of 4cb3ef is 0.62.

The process color (four color CMYK) of #4cb3ef color hex is 0.68, 0.25, 0.00, 0.06. Web safe color of #4cb3ef is #33ccff. Color #4cb3ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110011 11101111
Octal 114 263 357
Decimal 76 179 239
Hex 4C B3 EF

RGB Percentages of Color #4cb3ef

%15.38
%36.23
%48.38

CMYK Percentages of Color #4cb3ef

%68
%25
%0
%6

Triadic Colors of #4cb3ef

#4cb3ef #ef4cb3 #b3ef4c

Analogous Colors of #4cb3ef

#4cb3ef #4c62ef #4cefda

Monochromatic Colors of #4cb3ef

#4cb3ef

Complementary Color

#4cb3ef #ef884c

#4cb3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb3ef Color CSS Codes

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

#4cb3ef Text Font Color

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

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


#4cb3ef Background Color

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

This div background color is #4cb3ef


#4cb3ef Border Color

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

This div border color is #4cb3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb3ef


Comments

No comments written yet.

Please login to write comment.