Color Hex Logo

#00d0bf Color Hex

#00D0BF
(0,208,191)
0 Favorites   0 Comments

Color spaces of #00d0bf

RGB 0208191
HSL0.491.000.41
HSV175°100°82°
CMYK 1.000.000.08   0.18
XYZ31.959848.873357.0393
Yxy48.87330.23180.3545
Hunter Lab69.9094-40.73850.5617
CIE-Lab75.3724-46.1570-3.6872

#00d0bf color RGB value is (0,208,191).

#00d0bf hex color red value is 0, green value is 208 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #00d0bf hue: 0.49 , saturation: 1.00 and the lightness value of 00d0bf is 0.41.

The process color (four color CMYK) of #00d0bf color hex is 1.00, 0.00, 0.08, 0.18. Web safe color of #00d0bf is #00cccc. Color #00d0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11010000 10111111
Octal 0 320 277
Decimal 0 208 191
Hex 0 D0 BF

RGB Percentages of Color #00d0bf

%0.00
%52.13
%47.87

CMYK Percentages of Color #00d0bf

%100
%0
%8
%18

Triadic Colors of #00d0bf

#00d0bf #bf00d0 #d0bf00

Analogous Colors of #00d0bf

#00d0bf #0079d0 #00d057

Monochromatic Colors of #00d0bf

#00d0bf

Complementary Color

#00d0bf #d00011

#00d0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00d0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00d0bf Color CSS Codes

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

#00d0bf Text Font Color

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

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


#00d0bf Background Color

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

This div background color is #00d0bf


#00d0bf Border Color

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

This div border color is #00d0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00d0bf


Comments

No comments written yet.

Please login to write comment.