Color Hex Logo

#0dcbfd Color Hex

#0DCBFD
(13,203,253)
0 Favorites   0 Comments

Color spaces of #0dcbfd

RGB 13203253
HSL0.530.980.52
HSV193°95°99°
CMYK 0.950.200.00   0.01
XYZ39.251549.8893100.4893
Yxy49.88930.20700.2631
Hunter Lab70.6324-24.4114-34.9098
CIE-Lab76.0013-24.2147-36.0998

#0dcbfd color RGB value is (13,203,253).

#0dcbfd hex color red value is 13, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0dcbfd hue: 0.53 , saturation: 0.98 and the lightness value of 0dcbfd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001011 11111101
Octal 15 313 375
Decimal 13 203 253
Hex D CB FD

RGB Percentages of Color #0dcbfd

%2.77
%43.28
%53.94

CMYK Percentages of Color #0dcbfd

%95
%20
%0
%1

Triadic Colors of #0dcbfd

#0dcbfd #fd0dcb #cbfd0d

Analogous Colors of #0dcbfd

#0dcbfd #0d53fd #0dfdb7

Monochromatic Colors of #0dcbfd

#0dcbfd

Complementary Color

#0dcbfd #fd3f0d

#0dcbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcbfd Color CSS Codes

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

#0dcbfd Text Font Color

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

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


#0dcbfd Background Color

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

This div background color is #0dcbfd


#0dcbfd Border Color

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

This div border color is #0dcbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcbfd


Comments

No comments written yet.

Please login to write comment.