Color Hex Logo

#00d7da Color Hex

#00D7DA
(0,215,218)
0 Favorites   0 Comments

Color spaces of #00d7da

RGB 0215218
HSL0.501.000.43
HSV181°100°85°
CMYK 1.000.010.00   0.15
XYZ36.955353.662874.7399
Yxy53.66280.22350.3245
Hunter Lab73.2549-38.1472-9.2135
CIE-Lab78.2647-41.3779-13.8999

#00d7da color RGB value is (0,215,218).

#00d7da hex color red value is 0, green value is 215 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #00d7da hue: 0.50 , saturation: 1.00 and the lightness value of 00d7da is 0.43.

The process color (four color CMYK) of #00d7da color hex is 1.00, 0.01, 0.00, 0.15. Web safe color of #00d7da is #00cccc. Color #00d7da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11010111 11011010
Octal 0 327 332
Decimal 0 215 218
Hex 0 D7 DA

RGB Percentages of Color #00d7da

%0.00
%49.65
%50.35

CMYK Percentages of Color #00d7da

%100
%1
%0
%15

Triadic Colors of #00d7da

#00d7da #da00d7 #d7da00

Analogous Colors of #00d7da

#00d7da #006ada #00da70

Monochromatic Colors of #00d7da

#00d7da

Complementary Color

#00d7da #da0300

#00d7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00d7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#00d7da Color CSS Codes

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

#00d7da Text Font Color

<p style="color:#00d7da">Text here</p>

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


#00d7da Background Color

<div style="background-color:#00d7da">
Div content here</div>

This div background color is #00d7da


#00d7da Border Color

<div style="border:3px solid #00d7da">
Div here</div>

This div border color is #00d7da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,215,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00d7da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00d7da;
  -webkit-box-shadow: 1px 1px 3px 2px #00d7da;
  box-shadow:         1px 1px 3px 2px #00d7da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,215,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00d7da


Comments

No comments written yet.

Please login to write comment.