Color Hex Logo

#0bd7ca Color Hex

#0BD7CA
(11,215,202)
0 Favorites   0 Comments

Color spaces of #0bd7ca

RGB 11215202
HSL0.490.900.44
HSV176°95°84°
CMYK 0.950.000.06   0.16
XYZ35.099152.936364.2449
Yxy52.93630.23050.3476
Hunter Lab72.7573-41.2146-1.4231
CIE-Lab77.8374-45.7512-5.9590

#0bd7ca color RGB value is (11,215,202).

#0bd7ca hex color red value is 11, green value is 215 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0bd7ca hue: 0.49 , saturation: 0.90 and the lightness value of 0bd7ca is 0.44.

The process color (four color CMYK) of #0bd7ca color hex is 0.95, 0.00, 0.06, 0.16. Web safe color of #0bd7ca is #00cccc. Color #0bd7ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11010111 11001010
Octal 13 327 312
Decimal 11 215 202
Hex B D7 CA

RGB Percentages of Color #0bd7ca

%2.57
%50.23
%47.20

CMYK Percentages of Color #0bd7ca

%95
%0
%6
%16

Triadic Colors of #0bd7ca

#0bd7ca #ca0bd7 #d7ca0b

Analogous Colors of #0bd7ca

#0bd7ca #0b7ed7 #0bd764

Monochromatic Colors of #0bd7ca

#0bd7ca

Complementary Color

#0bd7ca #d70b18

#0bd7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bd7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bd7ca Color CSS Codes

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

#0bd7ca Text Font Color

<p style="color:#0bd7ca">Text here</p>

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


#0bd7ca Background Color

<div style="background-color:#0bd7ca">
Div content here</div>

This div background color is #0bd7ca


#0bd7ca Border Color

<div style="border:3px solid #0bd7ca">
Div here</div>

This div border color is #0bd7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bd7ca


Comments

No comments written yet.

Please login to write comment.