Color Hex Logo

#0fbebe Color Hex

#0FBEBE
(15,190,190)
0 Favorites   0 Comments

Color spaces of #0fbebe

RGB 15190190
HSL0.500.850.40
HSV180°92°75°
CMYK 0.920.000.00   0.25
XYZ27.904740.646255.0900
Yxy40.64620.22570.3287
Hunter Lab63.7544-33.4424-6.6043
CIE-Lab69.9273-38.0616-11.2174

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

#0fbebe hex color red value is 15, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0fbebe hue: 0.50 , saturation: 0.85 and the lightness value of 0fbebe is 0.40.

The process color (four color CMYK) of #0fbebe color hex is 0.92, 0.00, 0.00, 0.25. Web safe color of #0fbebe is #00cccc. Color #0fbebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111110 10111110
Octal 17 276 276
Decimal 15 190 190
Hex F BE BE

RGB Percentages of Color #0fbebe

%3.80
%48.10
%48.10

CMYK Percentages of Color #0fbebe

%92
%0
%0
%25

Triadic Colors of #0fbebe

#0fbebe #be0fbe #bebe0f

Analogous Colors of #0fbebe

#0fbebe #0f67be #0fbe67

Monochromatic Colors of #0fbebe

#0fbebe

Complementary Color

#0fbebe #be0f0f

#0fbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbebe Color CSS Codes

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

#0fbebe Text Font Color

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

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


#0fbebe Background Color

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

This div background color is #0fbebe


#0fbebe Border Color

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

This div border color is #0fbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbebe


Comments

No comments written yet.

Please login to write comment.