Color Hex Logo

#40ebf7 Color Hex

#40EBF7
(64,235,247)
0 Favorites   0 Comments

Color spaces of #40ebf7

RGB 64235247
HSL0.510.920.61
HSV184°74°97°
CMYK 0.740.050.00   0.03
XYZ48.611267.222198.4088
Yxy67.22210.22690.3138
Hunter Lab81.9891-37.6485-13.7715
CIE-Lab85.6160-38.1448-18.1695

#40ebf7 color RGB value is (64,235,247).

#40ebf7 hex color red value is 64, green value is 235 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #40ebf7 hue: 0.51 , saturation: 0.92 and the lightness value of 40ebf7 is 0.61.

The process color (four color CMYK) of #40ebf7 color hex is 0.74, 0.05, 0.00, 0.03. Web safe color of #40ebf7 is #33ffff. Color #40ebf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11101011 11110111
Octal 100 353 367
Decimal 64 235 247
Hex 40 EB F7

RGB Percentages of Color #40ebf7

%11.72
%43.04
%45.24

CMYK Percentages of Color #40ebf7

%74
%5
%0
%3

Triadic Colors of #40ebf7

#40ebf7 #f740eb #ebf740

Analogous Colors of #40ebf7

#40ebf7 #4090f7 #40f7a8

Monochromatic Colors of #40ebf7

#40ebf7

Complementary Color

#40ebf7 #f74c40

#40ebf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ebf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ebf7 Color CSS Codes

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

#40ebf7 Text Font Color

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

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


#40ebf7 Background Color

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

This div background color is #40ebf7


#40ebf7 Border Color

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

This div border color is #40ebf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ebf7


Comments

No comments written yet.

Please login to write comment.