Color Hex Logo

#4cbeeb Color Hex

#4CBEEB
(76,190,235)
0 Favorites   0 Comments

Color spaces of #4cbeeb

RGB 76190235
HSL0.550.800.61
HSV197°68°92°
CMYK 0.680.190.00   0.08
XYZ36.389344.361685.2420
Yxy44.36160.21920.2672
Hunter Lab66.6045-19.0346-29.2576
CIE-Lab72.4695-18.2714-31.7957

#4cbeeb color RGB value is (76,190,235).

#4cbeeb hex color red value is 76, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4cbeeb hue: 0.55 , saturation: 0.80 and the lightness value of 4cbeeb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 11101011
Octal 114 276 353
Decimal 76 190 235
Hex 4C BE EB

RGB Percentages of Color #4cbeeb

%15.17
%37.92
%46.91

CMYK Percentages of Color #4cbeeb

%68
%19
%0
%8

Triadic Colors of #4cbeeb

#4cbeeb #eb4cbe #beeb4c

Analogous Colors of #4cbeeb

#4cbeeb #4c6feb #4cebc9

Monochromatic Colors of #4cbeeb

#4cbeeb

Complementary Color

#4cbeeb #eb794c

#4cbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbeeb Color CSS Codes

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

#4cbeeb Text Font Color

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

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


#4cbeeb Background Color

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

This div background color is #4cbeeb


#4cbeeb Border Color

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

This div border color is #4cbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbeeb


Comments

No comments written yet.

Please login to write comment.