color codes Logo

#4caef5 color codes

#4CAEF5
(76,174,245)
0 Favorites   0 Comments

Color spaces of #4caef5

RGB 76174245
HSL0.570.890.63
HSV205°69°96°
CMYK 0.690.290.00   0.04
XYZ34.598038.401291.9749
Yxy38.40120.20970.2328
Hunter Lab61.9687-8.7862-44.6210
CIE-Lab68.3153-6.4230-43.6889

#4caef5 color RGB value is (76,174,245).

#4caef5 hex color red value is 76, green value is 174 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #4caef5 hue: 0.57 , saturation: 0.89 and the lightness value of 4caef5 is 0.63.

The process color (four color CMYK) of #4caef5 color code is 0.69, 0.29, 0.00, 0.04. Web safe color of #4caef5 is #3399ff. Color #4caef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 11110101
Octal 114 256 365
Decimal 76 174 245
Hex 4C AE F5

RGB Percentages of Color #4caef5

%15.35
%35.15
%49.49

CMYK Percentages of Color #4caef5

%69
%29
%0
%4

Triadic Colors of #4caef5

#4caef5 #f54cae #aef54c

Analogous Colors of #4caef5

#4caef5 #4c5af5 #4cf5e8

Monochromatic Colors of #4caef5

#4caef5

Complementary Color

#4caef5 #f5934c

#4caef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caef5 Color CSS Codes

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

#4caef5 Text Font Color

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

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


#4caef5 Background Color

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

This div background color is #4caef5


#4caef5 Border Color

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

This div border color is #4caef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caef5


Comments

No comments written yet.

Please login to write comment.