Color Hex Logo

#0ffccf Color Hex

#0FFCCF
(15,252,207)
0 Favorites   0 Comments

Color spaces of #0ffccf

RGB 15252207
HSL0.470.980.52
HSV169°94°99°
CMYK 0.940.000.18   0.01
XYZ46.269974.227470.9201
Yxy74.22740.24170.3878
Hunter Lab86.1553-54.908011.5032
CIE-Lab89.0298-59.38527.7190

#0ffccf color RGB value is (15,252,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111100 11001111
Octal 17 374 317
Decimal 15 252 207
Hex F FC CF

RGB Percentages of Color #0ffccf

%3.16
%53.16
%43.67

CMYK Percentages of Color #0ffccf

%94
%0
%18
%1

Triadic Colors of #0ffccf

#0ffccf #cf0ffc #fccf0f

Analogous Colors of #0ffccf

#0ffccf #0fb3fc #0ffc58

Monochromatic Colors of #0ffccf

#0ffccf

Complementary Color

#0ffccf #fc0f3c

#0ffccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffccf Color CSS Codes

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

#0ffccf Text Font Color

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

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


#0ffccf Background Color

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

This div background color is #0ffccf


#0ffccf Border Color

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

This div border color is #0ffccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffccf


Comments

No comments written yet.

Please login to write comment.