Color Hex Logo

#40a8ef Color Hex

#40A8EF
(64,168,239)
0 Favorites   0 Comments

Color spaces of #40a8ef

RGB 64168239
HSL0.570.850.59
HSV204°73°94°
CMYK 0.730.300.00   0.06
XYZ31.697035.327286.8096
Yxy35.32720.20600.2296
Hunter Lab59.4367-8.8219-44.9897
CIE-Lab66.0026-6.7254-44.0686

#40a8ef color RGB value is (64,168,239).

#40a8ef hex color red value is 64, green value is 168 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #40a8ef hue: 0.57 , saturation: 0.85 and the lightness value of 40a8ef is 0.59.

The process color (four color CMYK) of #40a8ef color hex is 0.73, 0.30, 0.00, 0.06. Web safe color of #40a8ef is #3399ff. Color #40a8ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101000 11101111
Octal 100 250 357
Decimal 64 168 239
Hex 40 A8 EF

RGB Percentages of Color #40a8ef

%13.59
%35.67
%50.74

CMYK Percentages of Color #40a8ef

%73
%30
%0
%6

Triadic Colors of #40a8ef

#40a8ef #ef40a8 #a8ef40

Analogous Colors of #40a8ef

#40a8ef #4051ef #40efdf

Monochromatic Colors of #40a8ef

#40a8ef

Complementary Color

#40a8ef #ef8740

#40a8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40a8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#40a8ef Color CSS Codes

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

#40a8ef Text Font Color

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

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


#40a8ef Background Color

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

This div background color is #40a8ef


#40a8ef Border Color

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

This div border color is #40a8ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,168,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40a8ef


Comments

No comments written yet.

Please login to write comment.