Color Hex Logo

#0cdef6 Color Hex

#0CDEF6
(12,222,246)
0 Favorites   0 Comments

Color spaces of #0cdef6

RGB 12222246
HSL0.520.930.51
HSV186°95°96°
CMYK 0.950.100.00   0.04
XYZ42.907458.974596.3105
Yxy58.97450.21650.2976
Hunter Lab76.7949-34.6581-20.6008
CIE-Lab81.2776-35.7388-24.2653

#0cdef6 color RGB value is (12,222,246).

#0cdef6 hex color red value is 12, green value is 222 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #0cdef6 hue: 0.52 , saturation: 0.93 and the lightness value of 0cdef6 is 0.51.

The process color (four color CMYK) of #0cdef6 color hex is 0.95, 0.10, 0.00, 0.04. Web safe color of #0cdef6 is #00ccff. Color #0cdef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011110 11110110
Octal 14 336 366
Decimal 12 222 246
Hex C DE F6

RGB Percentages of Color #0cdef6

%2.50
%46.25
%51.25

CMYK Percentages of Color #0cdef6

%95
%10
%0
%4

Triadic Colors of #0cdef6

#0cdef6 #f60cde #def60c

Analogous Colors of #0cdef6

#0cdef6 #0c69f6 #0cf699

Monochromatic Colors of #0cdef6

#0cdef6

Complementary Color

#0cdef6 #f6240c

#0cdef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdef6 Color CSS Codes

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

#0cdef6 Text Font Color

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

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


#0cdef6 Background Color

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

This div background color is #0cdef6


#0cdef6 Border Color

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

This div border color is #0cdef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdef6


Comments

No comments written yet.

Please login to write comment.