Color Hex Logo

#0fa375 Color Hex

#0FA375
(15,163,117)
0 Favorites   0 Comments

Color spaces of #0fa375

RGB 15163117
HSL0.450.830.35
HSV161°91°64°
CMYK 0.910.000.28   0.36
XYZ16.505127.580321.2832
Yxy27.58030.25250.4219
Hunter Lab52.5169-35.805412.7338
CIE-Lab59.5077-46.511714.1150

#0fa375 color RGB value is (15,163,117).

#0fa375 hex color red value is 15, green value is 163 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #0fa375 hue: 0.45 , saturation: 0.83 and the lightness value of 0fa375 is 0.35.

The process color (four color CMYK) of #0fa375 color hex is 0.91, 0.00, 0.28, 0.36. Web safe color of #0fa375 is #009966. Color #0fa375 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10100011 01110101
Octal 17 243 165
Decimal 15 163 117
Hex F A3 75

RGB Percentages of Color #0fa375

%5.08
%55.25
%39.66

CMYK Percentages of Color #0fa375

%91
%0
%28
%36

Triadic Colors of #0fa375

#0fa375 #750fa3 #a3750f

Analogous Colors of #0fa375

#0fa375 #0f87a3 #0fa32b

Monochromatic Colors of #0fa375

#0fa375

Complementary Color

#0fa375 #a30f3d

#0fa375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa375 Color CSS Codes

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

#0fa375 Text Font Color

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

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


#0fa375 Background Color

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

This div background color is #0fa375


#0fa375 Border Color

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

This div border color is #0fa375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa375


Comments

No comments written yet.

Please login to write comment.