Color Hex Logo

#0dcfe5 Color Hex

#0DCFE5
(13,207,229)
0 Favorites   0 Comments

Color spaces of #0dcfe5

RGB 13207229
HSL0.520.890.47
HSV186°94°90°
CMYK 0.940.100.00   0.10
XYZ36.621750.368481.9206
Yxy50.36840.21680.2982
Hunter Lab70.9707-32.0907-18.7582
CIE-Lab76.2948-33.9885-22.7745

#0dcfe5 color RGB value is (13,207,229).

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

The process color (four color CMYK) of #0dcfe5 color hex is 0.94, 0.10, 0.00, 0.10. Web safe color of #0dcfe5 is #00cccc. Color #0dcfe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001111 11100101
Octal 15 317 345
Decimal 13 207 229
Hex D CF E5

RGB Percentages of Color #0dcfe5

%2.90
%46.10
%51.00

CMYK Percentages of Color #0dcfe5

%94
%10
%0
%10

Triadic Colors of #0dcfe5

#0dcfe5 #e50dcf #cfe50d

Analogous Colors of #0dcfe5

#0dcfe5 #0d63e5 #0de58f

Monochromatic Colors of #0dcfe5

#0dcfe5

Complementary Color

#0dcfe5 #e5230d

#0dcfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcfe5 Color CSS Codes

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

#0dcfe5 Text Font Color

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

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


#0dcfe5 Background Color

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

This div background color is #0dcfe5


#0dcfe5 Border Color

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

This div border color is #0dcfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcfe5


Comments

No comments written yet.

Please login to write comment.