Color Hex Logo

#41afea Color Hex

#41AFEA
(65,175,234)
0 Favorites   0 Comments

Color spaces of #41afea

RGB 65175234
HSL0.560.800.59
HSV201°72°92°
CMYK 0.720.250.00   0.08
XYZ32.361237.724383.4178
Yxy37.72430.21080.2458
Hunter Lab61.4201-13.4366-37.5307
CIE-Lab67.8169-12.1405-38.4930

#41afea color RGB value is (65,175,234).

#41afea hex color red value is 65, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #41afea hue: 0.56 , saturation: 0.80 and the lightness value of 41afea is 0.59.

The process color (four color CMYK) of #41afea color hex is 0.72, 0.25, 0.00, 0.08. Web safe color of #41afea is #3399ff. Color #41afea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101111 11101010
Octal 101 257 352
Decimal 65 175 234
Hex 41 AF EA

RGB Percentages of Color #41afea

%13.71
%36.92
%49.37

CMYK Percentages of Color #41afea

%72
%25
%0
%8

Triadic Colors of #41afea

#41afea #ea41af #afea41

Analogous Colors of #41afea

#41afea #415bea #41ead1

Monochromatic Colors of #41afea

#41afea

Complementary Color

#41afea #ea7c41

#41afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#41afea Color CSS Codes

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

#41afea Text Font Color

<p style="color:#41afea">Text here</p>

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


#41afea Background Color

<div style="background-color:#41afea">
Div content here</div>

This div background color is #41afea


#41afea Border Color

<div style="border:3px solid #41afea">
Div here</div>

This div border color is #41afea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,175,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41afea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41afea;
  -webkit-box-shadow: 1px 1px 3px 2px #41afea;
  box-shadow:         1px 1px 3px 2px #41afea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41afea


Comments

No comments written yet.

Please login to write comment.