Color Hex Logo

#0cdef5 Color Hex

#0CDEF5
(12,222,245)
0 Favorites   0 Comments

Color spaces of #0cdef5

RGB 12222245
HSL0.520.920.50
HSV186°95°96°
CMYK 0.950.090.00   0.04
XYZ42.754358.913395.5042
Yxy58.91330.21680.2988
Hunter Lab76.7550-34.8926-20.0445
CIE-Lab81.2439-36.0504-23.7861

#0cdef5 color RGB value is (12,222,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011110 11110101
Octal 14 336 365
Decimal 12 222 245
Hex C DE F5

RGB Percentages of Color #0cdef5

%2.51
%46.35
%51.15

CMYK Percentages of Color #0cdef5

%95
%9
%0
%4

Triadic Colors of #0cdef5

#0cdef5 #f50cde #def50c

Analogous Colors of #0cdef5

#0cdef5 #0c6af5 #0cf598

Monochromatic Colors of #0cdef5

#0cdef5

Complementary Color

#0cdef5 #f5230c

#0cdef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdef5 Color CSS Codes

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

#0cdef5 Text Font Color

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

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


#0cdef5 Background Color

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

This div background color is #0cdef5


#0cdef5 Border Color

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

This div border color is #0cdef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdef5


Comments

No comments written yet.

Please login to write comment.