Color Hex Logo

#0dcef4 Color Hex

#0DCEF4
(13,206,244)
0 Favorites   0 Comments

Color spaces of #0dcef4

RGB 13206244
HSL0.530.910.50
HSV190°95°96°
CMYK 0.950.160.00   0.04
XYZ38.566450.759893.3529
Yxy50.75980.21110.2779
Hunter Lab71.2459-28.0558-27.8150
CIE-Lab76.5333-28.6869-30.4594

#0dcef4 color RGB value is (13,206,244).

#0dcef4 hex color red value is 13, green value is 206 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #0dcef4 hue: 0.53 , saturation: 0.91 and the lightness value of 0dcef4 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001110 11110100
Octal 15 316 364
Decimal 13 206 244
Hex D CE F4

RGB Percentages of Color #0dcef4

%2.81
%44.49
%52.70

CMYK Percentages of Color #0dcef4

%95
%16
%0
%4

Triadic Colors of #0dcef4

#0dcef4 #f40dce #cef40d

Analogous Colors of #0dcef4

#0dcef4 #0d5af4 #0df4a7

Monochromatic Colors of #0dcef4

#0dcef4

Complementary Color

#0dcef4 #f4330d

#0dcef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcef4 Color CSS Codes

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

#0dcef4 Text Font Color

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

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


#0dcef4 Background Color

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

This div background color is #0dcef4


#0dcef4 Border Color

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

This div border color is #0dcef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcef4


Comments

No comments written yet.

Please login to write comment.