Color Hex Logo

#00b9cd Color Hex

#00B9CD
(0,185,205)
0 Favorites   0 Comments

Color spaces of #00b9cd

RGB 0185205
HSL0.521.000.40
HSV186°100°80°
CMYK 1.000.100.00   0.20
XYZ28.368439.105763.8106
Yxy39.10570.21610.2979
Hunter Lab62.5346-28.4601-16.7257
CIE-Lab68.8278-31.4915-21.1139

#00b9cd color RGB value is (0,185,205).

#00b9cd hex color red value is 0, green value is 185 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #00b9cd hue: 0.52 , saturation: 1.00 and the lightness value of 00b9cd is 0.40.

The process color (four color CMYK) of #00b9cd color hex is 1.00, 0.10, 0.00, 0.20. Web safe color of #00b9cd is #00cccc. Color #00b9cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111001 11001101
Octal 0 271 315
Decimal 0 185 205
Hex 0 B9 CD

RGB Percentages of Color #00b9cd

%0.00
%47.44
%52.56

CMYK Percentages of Color #00b9cd

%100
%10
%0
%20

Triadic Colors of #00b9cd

#00b9cd #cd00b9 #b9cd00

Analogous Colors of #00b9cd

#00b9cd #0052cd #00cd7b

Monochromatic Colors of #00b9cd

#00b9cd

Complementary Color

#00b9cd #cd1400

#00b9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00b9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00b9cd Color CSS Codes

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

#00b9cd Text Font Color

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

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


#00b9cd Background Color

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

This div background color is #00b9cd


#00b9cd Border Color

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

This div border color is #00b9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00b9cd


Comments

No comments written yet.

Please login to write comment.