Color Hex Logo

#40bddf Color Hex

#40BDDF
(64,189,223)
0 Favorites   0 Comments

Color spaces of #40bddf

RGB 64189223
HSL0.540.710.56
HSV193°71°87°
CMYK 0.710.150.00   0.13
XYZ33.631242.812976.3032
Yxy42.81290.22020.2803
Hunter Lab65.4316-22.7579-23.3391
CIE-Lab71.4278-23.1959-26.9093

#40bddf color RGB value is (64,189,223).

#40bddf hex color red value is 64, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #40bddf hue: 0.54 , saturation: 0.71 and the lightness value of 40bddf is 0.56.

The process color (four color CMYK) of #40bddf color hex is 0.71, 0.15, 0.00, 0.13. Web safe color of #40bddf is #33cccc. Color #40bddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111101 11011111
Octal 100 275 337
Decimal 64 189 223
Hex 40 BD DF

RGB Percentages of Color #40bddf

%13.45
%39.71
%46.85

CMYK Percentages of Color #40bddf

%71
%15
%0
%13

Triadic Colors of #40bddf

#40bddf #df40bd #bddf40

Analogous Colors of #40bddf

#40bddf #406edf #40dfb2

Monochromatic Colors of #40bddf

#40bddf

Complementary Color

#40bddf #df6240

#40bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bddf Color CSS Codes

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

#40bddf Text Font Color

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

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


#40bddf Background Color

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

This div background color is #40bddf


#40bddf Border Color

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

This div border color is #40bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bddf


Comments

No comments written yet.

Please login to write comment.