Color Hex Logo

#0fbedc Color Hex

#0FBEDC
(15,190,220)
0 Favorites   0 Comments

Color spaces of #0fbedc

RGB 15190220
HSL0.520.870.46
HSV189°93°86°
CMYK 0.930.140.00   0.14
XYZ31.528742.095874.1737
Yxy42.09580.21330.2848
Hunter Lab64.8813-26.8011-22.3647
CIE-Lab70.9369-28.6087-26.0874

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

#0fbedc hex color red value is 15, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0fbedc hue: 0.52 , saturation: 0.87 and the lightness value of 0fbedc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111110 11011100
Octal 17 276 334
Decimal 15 190 220
Hex F BE DC

RGB Percentages of Color #0fbedc

%3.53
%44.71
%51.76

CMYK Percentages of Color #0fbedc

%93
%14
%0
%14

Triadic Colors of #0fbedc

#0fbedc #dc0fbe #bedc0f

Analogous Colors of #0fbedc

#0fbedc #0f58dc #0fdc94

Monochromatic Colors of #0fbedc

#0fbedc

Complementary Color

#0fbedc #dc2d0f

#0fbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbedc Color CSS Codes

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

#0fbedc Text Font Color

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

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


#0fbedc Background Color

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

This div background color is #0fbedc


#0fbedc Border Color

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

This div border color is #0fbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbedc


Comments

No comments written yet.

Please login to write comment.