Color Hex Logo

#0fbece Color Hex

#0FBECE
(15,190,206)
0 Favorites   0 Comments

Color spaces of #0fbece

RGB 15190206
HSL0.510.860.43
HSV185°93°81°
CMYK 0.930.080.00   0.19
XYZ29.751041.384764.8125
Yxy41.38470.21880.3044
Hunter Lab64.3309-30.0286-14.7022
CIE-Lab70.4446-33.1181-19.1977

#0fbece color RGB value is (15,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111110 11001110
Octal 17 276 316
Decimal 15 190 206
Hex F BE CE

RGB Percentages of Color #0fbece

%3.65
%46.23
%50.12

CMYK Percentages of Color #0fbece

%93
%8
%0
%19

Triadic Colors of #0fbece

#0fbece #ce0fbe #bece0f

Analogous Colors of #0fbece

#0fbece #0f5ece #0fce7f

Monochromatic Colors of #0fbece

#0fbece

Complementary Color

#0fbece #ce1f0f

#0fbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbece Color CSS Codes

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

#0fbece Text Font Color

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

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


#0fbece Background Color

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

This div background color is #0fbece


#0fbece Border Color

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

This div border color is #0fbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbece


Comments

No comments written yet.

Please login to write comment.