Color Hex Logo

#0cbedf Color Hex

#0CBEDF
(12,190,223)
0 Favorites   0 Comments

Color spaces of #0cbedf

RGB 12190223
HSL0.530.900.46
HSV189°95°87°
CMYK 0.950.150.00   0.13
XYZ31.884442.232876.2833
Yxy42.23280.21200.2808
Hunter Lab64.9868-26.1495-24.1055
CIE-Lab71.0311-27.7181-27.5778

#0cbedf color RGB value is (12,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111110 11011111
Octal 14 276 337
Decimal 12 190 223
Hex C BE DF

RGB Percentages of Color #0cbedf

%2.82
%44.71
%52.47

CMYK Percentages of Color #0cbedf

%95
%15
%0
%13

Triadic Colors of #0cbedf

#0cbedf #df0cbe #bedf0c

Analogous Colors of #0cbedf

#0cbedf #0c55df #0cdf97

Monochromatic Colors of #0cbedf

#0cbedf

Complementary Color

#0cbedf #df2d0c

#0cbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbedf Color CSS Codes

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

#0cbedf Text Font Color

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

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


#0cbedf Background Color

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

This div background color is #0cbedf


#0cbedf Border Color

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

This div border color is #0cbedf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,190,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 #0cbedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbedf


Comments

No comments written yet.

Please login to write comment.