Color Hex Logo

#41eafd Color Hex

#41EAFD
(65,234,253)
0 Favorites   0 Comments

Color spaces of #41eafd

RGB 65234253
HSL0.520.980.62
HSV186°74°99°
CMYK 0.740.080.00   0.01
XYZ49.332467.0613103.2725
Yxy67.06130.22460.3053
Hunter Lab81.8910-35.7780-17.4468
CIE-Lab85.5349-35.8276-21.4439

#41eafd color RGB value is (65,234,253).

#41eafd hex color red value is 65, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #41eafd hue: 0.52 , saturation: 0.98 and the lightness value of 41eafd is 0.62.

The process color (four color CMYK) of #41eafd color hex is 0.74, 0.08, 0.00, 0.01. Web safe color of #41eafd is #33ffff. Color #41eafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101010 11111101
Octal 101 352 375
Decimal 65 234 253
Hex 41 EA FD

RGB Percentages of Color #41eafd

%11.78
%42.39
%45.83

CMYK Percentages of Color #41eafd

%74
%8
%0
%1

Triadic Colors of #41eafd

#41eafd #fd41ea #eafd41

Analogous Colors of #41eafd

#41eafd #418cfd #41fdb2

Monochromatic Colors of #41eafd

#41eafd

Complementary Color

#41eafd #fd5441

#41eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#41eafd Color CSS Codes

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

#41eafd Text Font Color

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

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


#41eafd Background Color

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

This div background color is #41eafd


#41eafd Border Color

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

This div border color is #41eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41eafd

Related Colors


Comments

No comments written yet.

Please login to write comment.