Color Hex Logo

#0cdbc6 Color Hex

#0CDBC6
(12,219,198)
0 Favorites   0 Comments

Color spaces of #0cdbc6

RGB 12219198
HSL0.480.900.45
HSV174°95°86°
CMYK 0.950.000.10   0.14
XYZ35.676254.818462.1268
Yxy54.81840.23380.3592
Hunter Lab74.0394-43.55812.0771
CIE-Lab78.9365-48.5337-2.1997

#0cdbc6 color RGB value is (12,219,198).

#0cdbc6 hex color red value is 12, green value is 219 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #0cdbc6 hue: 0.48 , saturation: 0.90 and the lightness value of 0cdbc6 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011011 11000110
Octal 14 333 306
Decimal 12 219 198
Hex C DB C6

RGB Percentages of Color #0cdbc6

%2.80
%51.05
%46.15

CMYK Percentages of Color #0cdbc6

%95
%0
%10
%14

Triadic Colors of #0cdbc6

#0cdbc6 #c60cdb #dbc60c

Analogous Colors of #0cdbc6

#0cdbc6 #0c89db #0cdb5f

Monochromatic Colors of #0cdbc6

#0cdbc6

Complementary Color

#0cdbc6 #db0c21

#0cdbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdbc6 Color CSS Codes

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

#0cdbc6 Text Font Color

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

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


#0cdbc6 Background Color

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

This div background color is #0cdbc6


#0cdbc6 Border Color

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

This div border color is #0cdbc6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,219,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cdbc6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cdbc6;
  -webkit-box-shadow: 1px 1px 3px 2px #0cdbc6;
  box-shadow:         1px 1px 3px 2px #0cdbc6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,219,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdbc6


Comments

No comments written yet.

Please login to write comment.