Color Hex Logo

#41dfea Color Hex

#41DFEA
(65,223,234)
0 Favorites   0 Comments

Color spaces of #41dfea

RGB 65223234
HSL0.510.800.59
HSV184°72°92°
CMYK 0.720.050.00   0.08
XYZ43.418959.839787.1037
Yxy59.83970.22810.3143
Hunter Lab77.3561-35.1837-12.6118
CIE-Lab81.7510-36.2612-17.1255

#41dfea color RGB value is (65,223,234).

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

The process color (four color CMYK) of #41dfea color hex is 0.72, 0.05, 0.00, 0.08. Web safe color of #41dfea is #33ccff. Color #41dfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011111 11101010
Octal 101 337 352
Decimal 65 223 234
Hex 41 DF EA

RGB Percentages of Color #41dfea

%12.45
%42.72
%44.83

CMYK Percentages of Color #41dfea

%72
%5
%0
%8

Triadic Colors of #41dfea

#41dfea #ea41df #dfea41

Analogous Colors of #41dfea

#41dfea #418bea #41eaa1

Monochromatic Colors of #41dfea

#41dfea

Complementary Color

#41dfea #ea4c41

#41dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dfea Color CSS Codes

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

#41dfea Text Font Color

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

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


#41dfea Background Color

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

This div background color is #41dfea


#41dfea Border Color

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

This div border color is #41dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dfea


Comments

No comments written yet.

Please login to write comment.