Color Hex Logo

#4cafce Color Hex

#4CAFCE
(76,175,206)
0 Favorites   0 Comments

Color spaces of #4cafce

RGB 76175206
HSL0.540.570.55
HSV194°63°81°
CMYK 0.630.150.00   0.19
XYZ29.451036.652763.9150
Yxy36.65270.22650.2819
Hunter Lab60.5415-19.1145-20.2148
CIE-Lab67.0157-19.4831-24.3295

#4cafce color RGB value is (76,175,206).

#4cafce hex color red value is 76, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4cafce hue: 0.54 , saturation: 0.57 and the lightness value of 4cafce is 0.55.

The process color (four color CMYK) of #4cafce color hex is 0.63, 0.15, 0.00, 0.19. Web safe color of #4cafce is #3399cc. Color #4cafce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 11001110
Octal 114 257 316
Decimal 76 175 206
Hex 4C AF CE

RGB Percentages of Color #4cafce

%16.63
%38.29
%45.08

CMYK Percentages of Color #4cafce

%63
%15
%0
%19

Triadic Colors of #4cafce

#4cafce #ce4caf #afce4c

Analogous Colors of #4cafce

#4cafce #4c6ece #4cceac

Monochromatic Colors of #4cafce

#4cafce

Complementary Color

#4cafce #ce6b4c

#4cafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafce Color CSS Codes

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

#4cafce Text Font Color

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

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


#4cafce Background Color

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

This div background color is #4cafce


#4cafce Border Color

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

This div border color is #4cafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafce


Comments

No comments written yet.

Please login to write comment.