Color Hex Logo

#41accf Color Hex

#41ACCF
(65,172,207)
0 Favorites   0 Comments

Color spaces of #41accf

RGB 65172207
HSL0.540.600.53
HSV195°69°81°
CMYK 0.690.170.00   0.19
XYZ28.195035.133964.3270
Yxy35.13390.22090.2752
Hunter Lab59.2739-18.8215-22.8528
CIE-Lab65.8528-19.3505-26.6935

#41accf color RGB value is (65,172,207).

#41accf hex color red value is 65, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #41accf hue: 0.54 , saturation: 0.60 and the lightness value of 41accf is 0.53.

The process color (four color CMYK) of #41accf color hex is 0.69, 0.17, 0.00, 0.19. Web safe color of #41accf is #3399cc. Color #41accf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 11001111
Octal 101 254 317
Decimal 65 172 207
Hex 41 AC CF

RGB Percentages of Color #41accf

%14.64
%38.74
%46.62

CMYK Percentages of Color #41accf

%69
%17
%0
%19

Triadic Colors of #41accf

#41accf #cf41ac #accf41

Analogous Colors of #41accf

#41accf #4165cf #41cfab

Monochromatic Colors of #41accf

#41accf

Complementary Color

#41accf #cf6441

#41accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41accf Color CSS Codes

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

#41accf Text Font Color

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

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


#41accf Background Color

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

This div background color is #41accf


#41accf Border Color

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

This div border color is #41accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41accf


Comments

No comments written yet.

Please login to write comment.