Color Hex Logo

#0fceba Color Hex

#0FCEBA
(15,206,186)
0 Favorites   0 Comments

Color spaces of #0fceba

RGB 15206186
HSL0.480.860.43
HSV174°93°81°
CMYK 0.930.000.10   0.19
XYZ31.131247.789354.0379
Yxy47.78930.23410.3594
Hunter Lab69.1298-40.59332.0446
CIE-Lab74.6918-46.2545-1.9816

#0fceba color RGB value is (15,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001110 10111010
Octal 17 316 272
Decimal 15 206 186
Hex F CE BA

RGB Percentages of Color #0fceba

%3.69
%50.61
%45.70

CMYK Percentages of Color #0fceba

%93
%0
%10
%19

Triadic Colors of #0fceba

#0fceba #ba0fce #ceba0f

Analogous Colors of #0fceba

#0fceba #0f83ce #0fce5b

Monochromatic Colors of #0fceba

#0fceba

Complementary Color

#0fceba #ce0f23

#0fceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fceba Color CSS Codes

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

#0fceba Text Font Color

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

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


#0fceba Background Color

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

This div background color is #0fceba


#0fceba Border Color

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

This div border color is #0fceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fceba


Comments

No comments written yet.

Please login to write comment.