Color Hex Logo

#0fcade Color Hex

#0FCADE
(15,202,222)
0 Favorites   0 Comments

Color spaces of #0fcade

RGB 15202222
HSL0.520.870.46
HSV186°93°87°
CMYK 0.930.090.00   0.13
XYZ34.502347.616576.4797
Yxy47.61650.21750.3002
Hunter Lab69.0047-31.5084-17.4093
CIE-Lab74.5824-33.7659-21.6072

#0fcade color RGB value is (15,202,222).

#0fcade hex color red value is 15, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0fcade hue: 0.52 , saturation: 0.87 and the lightness value of 0fcade is 0.46.

The process color (four color CMYK) of #0fcade color hex is 0.93, 0.09, 0.00, 0.13. Web safe color of #0fcade is #00cccc. Color #0fcade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001010 11011110
Octal 17 312 336
Decimal 15 202 222
Hex F CA DE

RGB Percentages of Color #0fcade

%3.42
%46.01
%50.57

CMYK Percentages of Color #0fcade

%93
%9
%0
%13

Triadic Colors of #0fcade

#0fcade #de0fca #cade0f

Analogous Colors of #0fcade

#0fcade #0f63de #0fde8b

Monochromatic Colors of #0fcade

#0fcade

Complementary Color

#0fcade #de230f

#0fcade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcade Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcade Color CSS Codes

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

#0fcade Text Font Color

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

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


#0fcade Background Color

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

This div background color is #0fcade


#0fcade Border Color

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

This div border color is #0fcade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,202,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fcade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fcade;
  -webkit-box-shadow: 1px 1px 3px 2px #0fcade;
  box-shadow:         1px 1px 3px 2px #0fcade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,202,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcade


Comments

No comments written yet.

Please login to write comment.