Color Hex Logo

#0ffcae Color Hex

#0FFCAE
(15,252,174)
0 Favorites   0 Comments

Color spaces of #0ffcae

RGB 15252174
HSL0.450.980.52
HSV160°94°99°
CMYK 0.940.000.31   0.01
XYZ42.647472.778451.8443
Yxy72.77840.25500.4351
Hunter Lab85.3103-60.059123.6858
CIE-Lab88.3419-66.964823.7253

#0ffcae color RGB value is (15,252,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111100 10101110
Octal 17 374 256
Decimal 15 252 174
Hex F FC AE

RGB Percentages of Color #0ffcae

%3.40
%57.14
%39.46

CMYK Percentages of Color #0ffcae

%94
%0
%31
%1

Triadic Colors of #0ffcae

#0ffcae #ae0ffc #fcae0f

Analogous Colors of #0ffcae

#0ffcae #0fd4fc #0ffc38

Monochromatic Colors of #0ffcae

#0ffcae

Complementary Color

#0ffcae #fc0f5d

#0ffcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffcae Color CSS Codes

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

#0ffcae Text Font Color

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

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


#0ffcae Background Color

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

This div background color is #0ffcae


#0ffcae Border Color

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

This div border color is #0ffcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffcae


Comments

No comments written yet.

Please login to write comment.