Color Hex Logo

#0cb4df Color Hex

#0CB4DF
(12,180,223)
0 Favorites   0 Comments

Color spaces of #0cb4df

RGB 12180223
HSL0.530.900.46
HSV192°95°87°
CMYK 0.950.190.00   0.13
XYZ29.792238.048475.5859
Yxy38.04840.20770.2653
Hunter Lab61.6834-21.7330-29.4747
CIE-Lab68.0563-22.6669-32.1638

#0cb4df color RGB value is (12,180,223).

#0cb4df hex color red value is 12, green value is 180 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0cb4df hue: 0.53 , saturation: 0.90 and the lightness value of 0cb4df is 0.46.

The process color (four color CMYK) of #0cb4df color hex is 0.95, 0.19, 0.00, 0.13. Web safe color of #0cb4df is #00cccc. Color #0cb4df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10110100 11011111
Octal 14 264 337
Decimal 12 180 223
Hex C B4 DF

RGB Percentages of Color #0cb4df

%2.89
%43.37
%53.73

CMYK Percentages of Color #0cb4df

%95
%19
%0
%13

Triadic Colors of #0cb4df

#0cb4df #df0cb4 #b4df0c

Analogous Colors of #0cb4df

#0cb4df #0c4adf #0cdfa1

Monochromatic Colors of #0cb4df

#0cb4df

Complementary Color

#0cb4df #df370c

#0cb4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cb4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cb4df Color CSS Codes

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

#0cb4df Text Font Color

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

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


#0cb4df Background Color

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

This div background color is #0cb4df


#0cb4df Border Color

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

This div border color is #0cb4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cb4df


Comments

No comments written yet.

Please login to write comment.