Color Hex Logo

#0cbedc Color Hex

#0CBEDC
(12,190,220)
0 Favorites   0 Comments

Color spaces of #0cbedc

RGB 12190220
HSL0.520.900.45
HSV189°95°86°
CMYK 0.950.140.00   0.14
XYZ31.483342.072474.1716
Yxy42.07240.21310.2848
Hunter Lab64.8632-26.8704-22.3943
CIE-Lab70.9208-28.7055-26.1135

#0cbedc color RGB value is (12,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111110 11011100
Octal 14 276 334
Decimal 12 190 220
Hex C BE DC

RGB Percentages of Color #0cbedc

%2.84
%45.02
%52.13

CMYK Percentages of Color #0cbedc

%95
%14
%0
%14

Triadic Colors of #0cbedc

#0cbedc #dc0cbe #bedc0c

Analogous Colors of #0cbedc

#0cbedc #0c56dc #0cdc92

Monochromatic Colors of #0cbedc

#0cbedc

Complementary Color

#0cbedc #dc2a0c

#0cbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbedc Color CSS Codes

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

#0cbedc Text Font Color

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

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


#0cbedc Background Color

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

This div background color is #0cbedc


#0cbedc Border Color

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

This div border color is #0cbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbedc


Comments

No comments written yet.

Please login to write comment.