Color Hex Logo

#0fcaea Color Hex

#0FCAEA
(15,202,234)
0 Favorites   0 Comments

Color spaces of #0fcaea

RGB 15202234
HSL0.520.880.49
HSV189°94°92°
CMYK 0.940.140.00   0.08
XYZ36.168848.283185.2552
Yxy48.28310.21310.2845
Hunter Lab69.4860-28.6879-24.1050
CIE-Lab75.0031-29.9269-27.4369

#0fcaea color RGB value is (15,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001010 11101010
Octal 17 312 352
Decimal 15 202 234
Hex F CA EA

RGB Percentages of Color #0fcaea

%3.33
%44.79
%51.88

CMYK Percentages of Color #0fcaea

%94
%14
%0
%8

Triadic Colors of #0fcaea

#0fcaea #ea0fca #caea0f

Analogous Colors of #0fcaea

#0fcaea #0f5dea #0fea9d

Monochromatic Colors of #0fcaea

#0fcaea

Complementary Color

#0fcaea #ea2f0f

#0fcaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcaea Color CSS Codes

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

#0fcaea Text Font Color

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

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


#0fcaea Background Color

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

This div background color is #0fcaea


#0fcaea Border Color

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

This div border color is #0fcaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,202,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 #0fcaea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcaea


Comments

No comments written yet.

Please login to write comment.