Color Hex Logo

#0ffcfa Color Hex

#0FFCFA
(15,252,250)
0 Favorites   0 Comments

Color spaces of #0ffcfa

RGB 15252250
HSL0.500.980.52
HSV179°94°99°
CMYK 0.940.000.01   0.01
XYZ52.262776.6245102.4780
Yxy76.62450.22590.3312
Hunter Lab87.5354-46.6142-8.1362
CIE-Lab90.1485-47.9104-12.9842

#0ffcfa color RGB value is (15,252,250).

#0ffcfa hex color red value is 15, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0ffcfa hue: 0.50 , saturation: 0.98 and the lightness value of 0ffcfa is 0.52.

The process color (four color CMYK) of #0ffcfa color hex is 0.94, 0.00, 0.01, 0.01. Web safe color of #0ffcfa is #00ffff. Color #0ffcfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111100 11111010
Octal 17 374 372
Decimal 15 252 250
Hex F FC FA

RGB Percentages of Color #0ffcfa

%2.90
%48.74
%48.36

CMYK Percentages of Color #0ffcfa

%94
%0
%1
%1

Triadic Colors of #0ffcfa

#0ffcfa #fa0ffc #fcfa0f

Analogous Colors of #0ffcfa

#0ffcfa #0f88fc #0ffc84

Monochromatic Colors of #0ffcfa

#0ffcfa

Complementary Color

#0ffcfa #fc0f11

#0ffcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffcfa Color CSS Codes

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

#0ffcfa Text Font Color

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

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


#0ffcfa Background Color

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

This div background color is #0ffcfa


#0ffcfa Border Color

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

This div border color is #0ffcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.