Color Hex Logo

#4caeeb Color Hex

#4CAEEB
(76,174,235)
0 Favorites   0 Comments

Color spaces of #4caeeb

RGB 76174235
HSL0.560.800.61
HSV203°68°92°
CMYK 0.680.260.00   0.08
XYZ33.111937.806884.1495
Yxy37.80680.21350.2438
Hunter Lab61.4872-11.4774-38.1014
CIE-Lab67.8780-9.7246-38.9213

#4caeeb color RGB value is (76,174,235).

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

The process color (four color CMYK) of #4caeeb color hex is 0.68, 0.26, 0.00, 0.08. Web safe color of #4caeeb is #3399ff. Color #4caeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 11101011
Octal 114 256 353
Decimal 76 174 235
Hex 4C AE EB

RGB Percentages of Color #4caeeb

%15.67
%35.88
%48.45

CMYK Percentages of Color #4caeeb

%68
%26
%0
%8

Triadic Colors of #4caeeb

#4caeeb #eb4cae #aeeb4c

Analogous Colors of #4caeeb

#4caeeb #4c5feb #4cebd9

Monochromatic Colors of #4caeeb

#4caeeb

Complementary Color

#4caeeb #eb894c

#4caeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caeeb Color CSS Codes

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

#4caeeb Text Font Color

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

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


#4caeeb Background Color

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

This div background color is #4caeeb


#4caeeb Border Color

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

This div border color is #4caeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,174,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 #4caeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caeeb


Comments

No comments written yet.

Please login to write comment.