Color Hex Logo

#0dceec Color Hex

#0DCEEC
(13,206,236)
0 Favorites   0 Comments

Color spaces of #0dceec

RGB 13206236
HSL0.520.900.49
HSV188°94°93°
CMYK 0.940.130.00   0.07
XYZ37.377650.284387.0927
Yxy50.28430.21390.2877
Hunter Lab70.9114-30.0072-23.1814
CIE-Lab76.2434-31.2807-26.6134

#0dceec color RGB value is (13,206,236).

#0dceec hex color red value is 13, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0dceec hue: 0.52 , saturation: 0.90 and the lightness value of 0dceec is 0.49.

The process color (four color CMYK) of #0dceec color hex is 0.94, 0.13, 0.00, 0.07. Web safe color of #0dceec is #00ccff. Color #0dceec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001110 11101100
Octal 15 316 354
Decimal 13 206 236
Hex D CE EC

RGB Percentages of Color #0dceec

%2.86
%45.27
%51.87

CMYK Percentages of Color #0dceec

%94
%13
%0
%7

Triadic Colors of #0dceec

#0dceec #ec0dce #ceec0d

Analogous Colors of #0dceec

#0dceec #0d5fec #0dec9b

Monochromatic Colors of #0dceec

#0dceec

Complementary Color

#0dceec #ec2b0d

#0dceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dceec Color CSS Codes

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

#0dceec Text Font Color

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

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


#0dceec Background Color

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

This div background color is #0dceec


#0dceec Border Color

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

This div border color is #0dceec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,206,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0dceec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0dceec;
  -webkit-box-shadow: 1px 1px 3px 2px #0dceec;
  box-shadow:         1px 1px 3px 2px #0dceec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,206,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dceec


Comments

No comments written yet.

Please login to write comment.