Color Hex Logo

#40bbe1 Color Hex

#40BBE1
(64,187,225)
0 Favorites   0 Comments

Color spaces of #40bbe1

RGB 64187225
HSL0.540.730.57
HSV194°72°88°
CMYK 0.720.170.00   0.12
XYZ33.475342.066977.5895
Yxy42.06690.21860.2747
Hunter Lab64.8590-21.3751-25.5261
CIE-Lab70.9170-21.5415-28.7826

#40bbe1 color RGB value is (64,187,225).

#40bbe1 hex color red value is 64, green value is 187 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #40bbe1 hue: 0.54 , saturation: 0.73 and the lightness value of 40bbe1 is 0.57.

The process color (four color CMYK) of #40bbe1 color hex is 0.72, 0.17, 0.00, 0.12. Web safe color of #40bbe1 is #33cccc. Color #40bbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111011 11100001
Octal 100 273 341
Decimal 64 187 225
Hex 40 BB E1

RGB Percentages of Color #40bbe1

%13.45
%39.29
%47.27

CMYK Percentages of Color #40bbe1

%72
%17
%0
%12

Triadic Colors of #40bbe1

#40bbe1 #e140bb #bbe140

Analogous Colors of #40bbe1

#40bbe1 #406be1 #40e1b7

Monochromatic Colors of #40bbe1

#40bbe1

Complementary Color

#40bbe1 #e16640

#40bbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bbe1 Color CSS Codes

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

#40bbe1 Text Font Color

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

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


#40bbe1 Background Color

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

This div background color is #40bbe1


#40bbe1 Border Color

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

This div border color is #40bbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bbe1


Comments

No comments written yet.

Please login to write comment.