Color Hex Logo

#40accf Color Hex

#40ACCF
(64,172,207)
0 Favorites   0 Comments

Color spaces of #40accf

RGB 64172207
HSL0.540.600.53
HSV195°69°81°
CMYK 0.690.170.00   0.19
XYZ28.129435.100064.3239
Yxy35.10000.22050.2752
Hunter Lab59.2453-18.9281-22.9008
CIE-Lab65.8264-19.4958-26.7362

#40accf color RGB value is (64,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101100 11001111
Octal 100 254 317
Decimal 64 172 207
Hex 40 AC CF

RGB Percentages of Color #40accf

%14.45
%38.83
%46.73

CMYK Percentages of Color #40accf

%69
%17
%0
%19

Triadic Colors of #40accf

#40accf #cf40ac #accf40

Analogous Colors of #40accf

#40accf #4065cf #40cfab

Monochromatic Colors of #40accf

#40accf

Complementary Color

#40accf #cf6340

#40accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#40accf Color CSS Codes

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

#40accf Text Font Color

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

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


#40accf Background Color

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

This div background color is #40accf


#40accf Border Color

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

This div border color is #40accf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,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 #40accf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40accf


Comments

No comments written yet.

Please login to write comment.