Color Hex Logo

#04afce Color Hex

#04AFCE
(4,175,206)
0 Favorites   0 Comments

Color spaces of #04afce

RGB 4175206
HSL0.530.960.41
HSV189°98°81°
CMYK 0.980.150.00   0.19
XYZ26.520635.142063.7778
Yxy35.14200.21140.2801
Hunter Lab59.2807-23.8851-22.2913
CIE-Lab65.8591-26.1139-26.2037

#04afce color RGB value is (4,175,206).

#04afce hex color red value is 4, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #04afce hue: 0.53 , saturation: 0.96 and the lightness value of 04afce is 0.41.

The process color (four color CMYK) of #04afce color hex is 0.98, 0.15, 0.00, 0.19. Web safe color of #04afce is #0099cc. Color #04afce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101111 11001110
Octal 4 257 316
Decimal 4 175 206
Hex 4 AF CE

RGB Percentages of Color #04afce

%1.04
%45.45
%53.51

CMYK Percentages of Color #04afce

%98
%15
%0
%19

Triadic Colors of #04afce

#04afce #ce04af #afce04

Analogous Colors of #04afce

#04afce #044ace #04ce88

Monochromatic Colors of #04afce

#04afce

Complementary Color

#04afce #ce2304

#04afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#04afce Color CSS Codes

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

#04afce Text Font Color

<p style="color:#04afce">Text here</p>

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


#04afce Background Color

<div style="background-color:#04afce">
Div content here</div>

This div background color is #04afce


#04afce Border Color

<div style="border:3px solid #04afce">
Div here</div>

This div border color is #04afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04afce


Comments

No comments written yet.

Please login to write comment.