Color Hex Logo

#0dcdea Color Hex

#0DCDEA
(13,205,234)
0 Favorites   0 Comments

Color spaces of #0dcdea

RGB 13205234
HSL0.520.890.48
HSV188°94°92°
CMYK 0.940.120.00   0.08
XYZ36.848649.688785.4907
Yxy49.68870.21420.2888
Hunter Lab70.4902-30.0474-22.5639
CIE-Lab75.8778-31.4410-26.0985

#0dcdea color RGB value is (13,205,234).

#0dcdea hex color red value is 13, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0dcdea hue: 0.52 , saturation: 0.89 and the lightness value of 0dcdea is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001101 11101010
Octal 15 315 352
Decimal 13 205 234
Hex D CD EA

RGB Percentages of Color #0dcdea

%2.88
%45.35
%51.77

CMYK Percentages of Color #0dcdea

%94
%12
%0
%8

Triadic Colors of #0dcdea

#0dcdea #ea0dcd #cdea0d

Analogous Colors of #0dcdea

#0dcdea #0d5eea #0dea99

Monochromatic Colors of #0dcdea

#0dcdea

Complementary Color

#0dcdea #ea2a0d

#0dcdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcdea Color CSS Codes

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

#0dcdea Text Font Color

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

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


#0dcdea Background Color

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

This div background color is #0dcdea


#0dcdea Border Color

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

This div border color is #0dcdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcdea


Comments

No comments written yet.

Please login to write comment.