Color Hex Logo

#41d1ff Color Hex

#41D1FF
(65,209,255)
0 Favorites   0 Comments

Color spaces of #41d1ff

RGB 65209255
HSL0.541.000.63
HSV195°75°100°
CMYK 0.750.180.00   0.00
XYZ43.030453.9447102.7522
Yxy53.94470.21540.2701
Hunter Lab73.4471-23.9546-31.5336
CIE-Lab78.4295-23.0963-33.3641

#41d1ff color RGB value is (65,209,255).

#41d1ff hex color red value is 65, green value is 209 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #41d1ff hue: 0.54 , saturation: 1.00 and the lightness value of 41d1ff is 0.63.

The process color (four color CMYK) of #41d1ff color hex is 0.75, 0.18, 0.00, 0.00. Web safe color of #41d1ff is #33ccff. Color #41d1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11010001 11111111
Octal 101 321 377
Decimal 65 209 255
Hex 41 D1 FF

RGB Percentages of Color #41d1ff

%12.29
%39.51
%48.20

CMYK Percentages of Color #41d1ff

%75
%18
%0
%0

Triadic Colors of #41d1ff

#41d1ff #ff41d1 #d1ff41

Analogous Colors of #41d1ff

#41d1ff #4172ff #41ffce

Monochromatic Colors of #41d1ff

#41d1ff

Complementary Color

#41d1ff #ff6f41

#41d1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41d1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#41d1ff Color CSS Codes

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

#41d1ff Text Font Color

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

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


#41d1ff Background Color

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

This div background color is #41d1ff


#41d1ff Border Color

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

This div border color is #41d1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41d1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.