Color Hex Logo

#0fceae Color Hex

#0FCEAE
(15,206,174)
0 Favorites   0 Comments

Color spaces of #0fceae

RGB 15206174
HSL0.470.860.43
HSV170°93°81°
CMYK 0.930.000.16   0.19
XYZ29.908347.300247.5979
Yxy47.30020.23960.3790
Hunter Lab68.7751-42.73217.1092
CIE-Lab74.3814-49.48974.0413

#0fceae color RGB value is (15,206,174).

#0fceae hex color red value is 15, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0fceae hue: 0.47 , saturation: 0.86 and the lightness value of 0fceae is 0.43.

The process color (four color CMYK) of #0fceae color hex is 0.93, 0.00, 0.16, 0.19. Web safe color of #0fceae is #00cc99. Color #0fceae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001110 10101110
Octal 17 316 256
Decimal 15 206 174
Hex F CE AE

RGB Percentages of Color #0fceae

%3.80
%52.15
%44.05

CMYK Percentages of Color #0fceae

%93
%0
%16
%19

Triadic Colors of #0fceae

#0fceae #ae0fce #ceae0f

Analogous Colors of #0fceae

#0fceae #0f8fce #0fce4f

Monochromatic Colors of #0fceae

#0fceae

Complementary Color

#0fceae #ce0f2f

#0fceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fceae Color CSS Codes

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

#0fceae Text Font Color

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

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


#0fceae Background Color

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

This div background color is #0fceae


#0fceae Border Color

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

This div border color is #0fceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fceae


Comments

No comments written yet.

Please login to write comment.